Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- panelInferior = new JPanel();
- panelInferior.setBorder(new TitledBorder(new BevelBorder(BevelBorder.LOWERED, null, null, null, null), "Repuestos planificados", TitledBorder.CENTER, TitledBorder.TOP, null, new Color(0, 0, 0)));
- panelInferior.setBackground(SystemColor.menu);
- add(panelInferior);
- panelInferior.setLayout(new BorderLayout(0, 0));
- scrollPaneRepuestosInferior = new JScrollPane();
- panelInferior.add(scrollPaneRepuestosInferior, BorderLayout.CENTER);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement