This bug is meant as a showcase for the recent work on AWT and Swing. Kudos to all classpath hackers, but especially Lillian, Roman, Tom F., and Tony, for all the work on my bug reports during the last few weeks. Lacking a long-term website, I decided to put the screenshots into bugzilla. Hope that is ok: a maintainer should change the bug state to FIXED asap. Please feel free to add your own screenshots if you think this way of abusing bugzilla is justifyable... See the short descriptions for the screnshots for details.
Created attachment 9919 [details] screenshot (image viewer application) Demonstrates custom image-canvas inside JScrollPane inside JSplitPane. Naviagation via JTree with 5000+ nodes on the left, and nested JPopupMenu. (Scrolling still broken.) Nice furniture, too :-) (Granitz hunting lodge, Rügen island, Germany)
Created attachment 9920 [details] screenshot (digital system simulator) A screenshot of the main schematics editor of our 'Hades' simulation framework, showing a relay-based toggle flipflop. Standard JFrame with JMenu, JLabel, JTextField, JComboBox, and a few custom components. Main editor JCanvas with custom rendering and animation, scrolling via JScrollBars, and JPopupMenu (not activated here). Works fine in jamvm.
Created attachment 9921 [details] screenshot (waveform viewer) the Hades waveform viewer showing simulation results of the relay-based toggle flipflop. Standard JFrame with JMenu etc., custom rendering and scrolling via JScrollBar. (Transparent button background does not work.)
Created attachment 9922 [details] screenshot (4x4 array multiplier) Another screenshot of the Hades schematics editor (4-bit array multiplier).
Created attachment 9923 [details] screenshot (schematics editor with memory editor) Another screenshot of the Hades editor, with memory-editor dialog window. Again, the editor uses a custom component to render memory addresses and data (hex-format), with custom scrolling. GUI performance is ok under jamvm.
Created attachment 9924 [details] screenshot (Hades component browser) screenshot showing the Hades simulation component library browser. JFrame with JMenu and main window with JTree (custom cell renderers) inside left part of the JSplitPane. Right part uses another JSplitPane with custom image canvas (on top), labels and textfields and a large textarea (on bottom). Simulation component thumbnails and description loaded on demand from JAR.
Created attachment 9925 [details] screenshot (Hades component browser with context-sensitive popup) Another screenshot of the Hades component browser, again showing the JTree with custom cell renderers. Also shows the context-sensitive popup-menu.
Created attachment 9926 [details] screenshot (Hades component browser setup dialog) The (fairly basic) setup dialog of the Hades component browser. JDialog with nested GridLayouts holding JLabel and JTextField components, and two JCheckBoxMenuItems. Also shows JToolTips (mostly) working.
Wow, very impressive. Is this app free software? Any pointer? Maybe you could add that to our Wiki in the FreeSwingApps section? If you need some webspace for screenshots, I'm sure, you could get some on developer.classpath.org. Alternativly it should be possible to open a screenshot section in our Wiki. I'll wait a little with closing this fine bug until some others have seen it ;-)
> Is this app free software? Any pointer? Maybe you could add that to our Wiki > in the FreeSwingApps section? Well, I submitted the image-viewer application to this list some time ago, but so far only Lillian seems to have used it for her JTree work. The Hades simulator is not free software (at the moment), but I am considering to re-releasing it (LGPL). If anybody has the gcj web plugin installed, there are also quite a few interactive applet demos: http://tams-www.informatik.uni-hamburg.de/applets/hades/ http://tams-www.informatik.uni-hamburg.de/applets/hades/webdemos/toc.html
Thanks for the nice collection of screenshots. Closing as fixed.