Platform « JFrame « Java Swing Q&A





1. How can I create a single window application using NetBeans Platform    stackoverflow.com

Is NetBeans platform for creating only rich client applications or we can also create single frame applications? There is a wizard for Swing Application Framework based application, but is this possible ...

2. can I use a ordinary swing JFrame in a platform application?    forums.netbeans.org

Hi I am trying to use a JFrame form in my platform application to collect some data from user ( the form is a bit complex and it is not possible ...

3. can I use a ordinary swing JFrame in a platform application?    forums.netbeans.org

Hi, On Tue, Aug 25, 2009 at 3:38 PM, Sarah kho wrote: Quote: Hi I am trying to use a JFrame form in my platform application to collect some data from ...

4. Catch ActionEvents on JFrame and resend to MainWindow    forums.netbeans.org

Hello again! I'm still working with some JFrame on my NBP application... I just dont want to explay what... I just tell that its imposible to me change it right now... well.. Im having some undeseabled troubles: My app has some Actions, each one has his own "Shortcut" method (I mean, F1, F2, F3 and so...) and it works perfectly when ...

5. How to Invoke JFrame window from NB Platform    forums.netbeans.org

Hi all, I am creating my first application on Netbeans platform. In Swing, i can easily invoke multiple number of Jframe. In NB platform, i am trying to create a separate windows but failed. (like the window which opens on clicking "Compose" button in Outlook Express). How can I create a separate window, which can be minimized with out disturbance to ...