Search:

Type: Posts; User: Asido

Search: Search took 0.11 seconds.

  1. Thread: Look & Feel

    by Asido
    Replies
    3
    Views
    2,044

    Re: Look & Feel

    I tried. This method actually refreshes the JFrame but it is still the same - look&feel doesn't change:

    javax.swing.SwingUtilities.updateComponentTreeUI(JFrame frame);


    Here is the way I try...
  2. Thread: Look & Feel

    by Asido
    Replies
    3
    Views
    2,044

    Look & Feel

    Hello guys,

    Anyone can tell me why I don't see different look&feels? This is my main method:


    public static void main(String[ ] args) {
    javax.swing.SwingUtilities.invokeLater(new Runnable()...
Results 1 to 2 of 2