Re: Examples Of Many Java Swing Components In One Program.

2022-10-11 Thread Kevin Rushforth
It's still there. https://github.com/openjdk/jdk/tree/master/src/demo/share/jfc/SwingSet2 Btw, client-libs-...@openjdk.org (included) is the relevant mailing list for this message, not core-libs-dev. -- Kevin On 10/11/2022 1:54 AM, David Holmes wrote: On 11/10/2022 4:38 pm, Amit wrote: Cod

Re: Examples Of Many Java Swing Components In One Program.

2022-10-11 Thread David Holmes
On 11/10/2022 4:38 pm, Amit wrote: Code for many Java Swing Components In One Program in case someone needs it. We used to have a Swing demo in the JDK ... don't know what happened to it. David Description: The program Examples_Of_Many_Swing_Components_In_One_Program contains examples of man

Examples Of Many Java Swing Components In One Program.

2022-10-10 Thread Amit
Code for many Java Swing Components In One Program in case someone needs it. Description: The program Examples_Of_Many_Swing_Components_In_One_Program contains examples of many swing components - that is, how to initialize them and use them. You can use code from this program in your code. Where a