I use Look and Feel for Swing when I change the subject to
SubstanceLookAndFeel.setSkin(new BusinessBlackSteelSkin());
or:
UIManager.setLookAndFeel(L);
frame.setCursor(
Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));
SwingUtilities.updateComponentTreeUI(twisting_frame);
Bordersdisplayed for lists and panels in the GUI, I tried to call validate (), pack (), repaint (), and nothing works !! the topic is changing, but the borders of the corners appear, they will appreciate any help
source
share