Netbeans ustawienie Dark Nimbus Theme

0

Wchodzę w Options/Font%Colors zmieniam profil na Norway Today i mam taki efekt: http://imgur.com/t7tuoGK zamiast takiego: http://imgur.com/YnNmtRy. Pytanie trzeba jeszcze coś zmienić czy kolor pozostałych okienek zależy od systemu operacyjnego ?
http://plugins.netbeans.org/plugin/46003

Dark theme for Nimbus Look and Feel. It goes well with "Norway Today" editor color scheme. It does not affect other look and feel implementations so you must force Nimbus l&f, e.g. by using --laf Nimbus command line switch. To revert back to the default Nimbus theme you must uninstall this module, it is not enough to deactivate the module!

Sources are available in contrib/nimbus.theme module.

Please report any bugs under contrib/Nimbus Theme product/category.

"you must force Nimbus l&f, e.g. by using --laf Nimbus command line switch." Pytanie gdzie mam wydać to polecenie ? Dopiero poznaję Netbeans i Jave.

0

NetBeansa nie używam do programów z GUI, nie wiem jaki generuje kod. Napisany kod powinien wyglądać mniej więcej tak:

    public static void main(String[] args)
    {
        try
        {
            UIManager.LookAndFeelInfo[] info = UIManager.getInstalledLookAndFeels();
            for(int i=0;i<info.length;i++)             
            {
                if(info[i].getName().equals("Nimbus"))
                {
                    UIManager.setLookAndFeel(info[i].getClassName());
                }
           }
        }
        catch(Exception e)
        {
        }       
        EventQueue.invokeLater(new Runnable()
        {

            public void run()
            {
                new TWojaKlasaStartowa();
            }
        });
    }
    }
0

Mi chodziło o motyw/skórkę Netbeansa a nie o aplikację, która się tworzy.

5

Burżuazja, zamiast kodować - kolorki se ustawiajo.

1

klikasz prawym przyciskiem myszy na ikonke Netbeans -> Właściwości. Potem w polu "Element docelowy" na samym końcu ZA cudzysłowiem dopisujesz --laf Nimbus.

1 użytkowników online, w tym zalogowanych: 0, gości: 1