![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
Tagged: netbeans ide
Let's say you want the toolbar to be on the right side of your application. Let's also say that you want the icons to be larger than 16x16 or 24x24. At the same time, you want to use the NetBeans Actions system, so you can't simply create a TopComponent and then put buttons on the TopComponent. How to solve this problem? Use Lookup! Here's how the result looks for me: First, I removed all the … Continue Reading »