1. Spring icon for Webpage? forum.springsource.org |
2. Setting custom icon for Dialogs forum.springsource.org |
3. CommandGroup pull down icon forum.springsource.org |
4. How big should the icons be? forum.springsource.org |
5. How to add tab icon in TabbedApplicationPage forum.springsource.orgHow to add tab icon in TabbedApplicationPage I wanted to add icon in tabs of my TabbedApplicationPage, I looked at the source of doAddPageComponent method, it looks like Code: tabbedPane.addTab(pageComponent.getDisplayName(), pageComponent.getIcon(), ... |
6. mark custom binding with an icon on invalid validation forum.springsource.orgHi, my problem with validation is, that my custom bindings don`t get marked (e.g. with a red dot) if validation on this property fails. How can I customize this and how ... |
7. Icon for submenus? forum.springsource.orgHow can I define an icon for CommandGroupFactoryBean? I have submenus in my application's menus and I need to align those submenus in the same way that other menuitems have been ... |
8. Icon for Popup menu GROUP. forum.springsource.orgIcon for Popup menu GROUP. Hi I have a popup menu that contains a sub-menu. It seems that the mechanism used for displaying an icon for a simple menu entry (ActionCommand) ... |
9. Support for rollover icons? forum.springsource.orgDoes the Spring RCP support rollover icons, defined in the images.properties file, for JComponents such as JButton? If so, can someone please point me in the right direction? If not, is ... |
10. Missing icons and labels forum.springsource.orgMissing icons and labels Hello. I have encountered strange problem. Few days ago I have received a bunch of Warning messages during execution of my SRCP program, but I have ignored ... |
11. Missing Icons after Update to latest Snapshot forum.springsource.orgHi together, I've been using the Version 0.3 a long time. Today I updated my libararies to the current snapshot 1.0.1. It seems, that everything works fine, except the images. All ... |
12. Changing icon on toggle command forum.springsource.orgHi, simple question: I need to change the icon on a toggle command button depending if it is selected or not. The CommandButtonIconInfo suggests a default and selected state are designed ... |
13. Display Icon in system tray forum.springsource.orgDisplay Icon in system tray I have a spring based application in JSP, that checks for new messges using ajax periodically. I want to display an icon in system try (just ... |
14. hide icon on the menubar forum.springsource.org |