gets the current default look and feel.
lnf=getlookandfeel()
a string with current look and feel.
a boolean.
Gets the current default look and feel.
currentlnf = getlookandfeel(); // Look and feel CDE/Motif setlookandfeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel") sleep(3000); // Look and feel métal setlookandfeel("javax.swing.plaf.metal.MetalLookAndFeel") sleep(3000); setlookandfeel(currentlnf) | ![]() | ![]() |