# SwingSet3-demos **Repository Path**: btxd/SwingSet3-demos ## Basic Information - **Project Name**: SwingSet3-demos - **Description**: SwingSet3 demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-04 - **Last Updated**: 2025-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README In Summer 2005 [SwingSet2 demo](https://github.com/homebeaver/SwingSet2-demos/releases/tag/1.0.0) has been released for [J2SE 5.0](https://en.wikipedia.org/wiki/Java_version_history#J2SE_5.0). ![SplashEpisode2](https://raw.githubusercontent.com/homebeaver/SwingSet2-demos/master/src/main/resources/swingset/images/SplashEpisode2.jpg) | ------------------------------------- | -------------------------- ![sun updated splash](https://raw.githubusercontent.com/homebeaver/SwingSet2-demos/master/src/main/resources/swingset/images/splash.png) | ![JXMonthView](src/main/resources/org/jdesktop/swingxset/resources/images/SwingSet-demos-v1.7.4-JXMonthView.PNG) original 2005 and updated sun Splash | SwingSet3 Splash and Demo This is a rewritten Version of SwingSet2 and SwingSet3 demos. In SwingSet2 there are 16 classes demonstrating the abilities of the Swing User Interface by displaying many of the components in a showcase application. Additionally you can see the important SwingSet3 extensions of the `org.jdesktop.swingx` package. Use it to try out different components and features. ## TO RUN the demo - download the [latest jar](https://github.com/homebeaver/SwingSet3-demos/releases/) - run with new java, i.e. with openjdk version "17" 2021-09-14: ``` >java -jar swingset3-demos-1.7.5-jar-with-dependencies.jar ``` ![ComboBoxDemo](https://raw.githubusercontent.com/wiki/homebeaver/SwingSet/image/ComboBoxDemo.png) | ![SwingSet-demos-v1.7.5-JXMapKit](https://raw.githubusercontent.com/wiki/homebeaver/SwingSet/image/MapKitDemo.png) ------------------------------------- | ------------- ComboBox Demo | MapKitDemo ![FadeOut](https://raw.githubusercontent.com/wiki/homebeaver/SwingSet/image/JXPaneAnimatedFadeOut.PNG) | ![JXPaneAnimatedFadeIn](https://raw.githubusercontent.com/wiki/homebeaver/SwingSet/image/JXPaneAnimatedFadeIn.PNG) JXPane Animated FadeOut | JXPane Animated FadeIn ![JXLoginToDB-en](https://raw.githubusercontent.com/wiki/homebeaver/SwingSet/image/JXLoginToDB-en.png) | ![JXLoginPane](https://raw.githubusercontent.com/wiki/homebeaver/SwingSet/image/JXLoginPane.png) JXLoginPane ... | ... with Banner and Text The jar was - Created-By: Apache Maven 3.8.1 - Build with Jdk: 17 ## TO MODIFY/BUILD The full source can be found in the "src" subdirectory. - clone the git repo - build with maven - or m2e in eclipse IDE - there is also an eclipse launcher