Advertisement
LaCaraDeLaVerga

carrito pt

Nov 19th, 2020
657
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.47 KB | None | 0 0
  1.         panelInferior = new JPanel();
  2.         panelInferior.setBorder(new TitledBorder(new BevelBorder(BevelBorder.LOWERED, null, null, null, null), "Repuestos planificados", TitledBorder.CENTER, TitledBorder.TOP, null, new Color(0, 0, 0)));
  3.         panelInferior.setBackground(SystemColor.menu);
  4.         add(panelInferior);
  5.         panelInferior.setLayout(new BorderLayout(0, 0));
  6.  
  7.         scrollPaneRepuestosInferior = new JScrollPane();
  8.         panelInferior.add(scrollPaneRepuestosInferior, BorderLayout.CENTER);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement