Re: Theme
Tim Boudreau <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
ezequias wrote: > /Eric Hartmann,/ > > /Could you tell me how did you do to make the theme on page:/ > > http://www.netbeans.org/images/screenshots/3.6/snapshot11.png > > works on Nb ? > > I am using jgoodies but I don't know all the options on the ide.cfg to > jgoodies themes. No idea exactly what was done to create that, but from what I can see: - It is some custom look and feel - JGoodies? - The window titlebar looks like Linux with one or another gnome theme - The font in the editor is *not* a fixed width font. Looks like Verdana. Note that proportional fonts in code editors look pretty but tend not to be too useful when you want to line things up. - The window system tab UI delegate is Win Classic, which is what you get on foreign look and feels, since it is the most vanilla of the bunch - The user has gone into the options dialog and copied and pasted a bunch of toolbar actions into the main menu bar itself, which is how you get all the stuff alongside the main menu Hope that helps, -Tim