Peter

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
Peter created a post, AnsweredPluggable toolbar UI not working?
I am trying to override the toolbar's UI through javax.swing.plaf.ToolBarUI This works for other UI elements, but I can not seem to get it work for the toolbar. Any advice? From the UIManager I c... -
-
Peter created a post, Answeredwhat class implements the sync settings widget?
What class implements the sync IDE settings widget on the statusbar? I am trying to theme its icon, but have no idea where it's located or what it's called. I thoroughly searched the jar file conta... -
-
Peter created a post, AnsweredFind component on appStarting from AppLifecycleListener
How would I achieve something like this from the appStarting method implemented by the AppLifecycleListener interface? I find a StartupActivity a bit too late for my code execution :( Simple exampl...