Re: startup edit works only when run from ide
Mark Wade <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Tim, Thank you so much. I can't get back to it until Monday a.m. but that gives me great direction. -- Mark On 01/08/2016 11:54 PM, Tim Boudreau wrote: > Your change in UIDefaults is getting clobbered on startup. > > core.swing.plaf sets the look and feel and initializes a bunch of > stuff in UIDefaults. Set your module to have a runtime dependency on > it, so you ensure your code gets run after the look and feel is set > (which will nuke anything you did to UIDefaults) and after anything > code in there might do to the thumb size. > > -Tim > > > > -- > http://timboudreau.com