NetBeans « Development « Java Swing Q&A





1. Swing Reuse    stackoverflow.com

I'm writing a Java Desktop App using NetBeans 6.5 and a Swing Patterns that keeps repeating. Each and every one of my dialogs has a "Save Button" and "Close Button" with different ...

2. The support for the development of java swing in Netbeans 6.7 and 6.8 isn't good?    stackoverflow.com

when design alt text when run alt text when design and run in netbeans 6.5 they are the same, but int 6.7 and 6.8, as you see, ...

3. How to add add a TreeModelListener to the NetBeans Outline?    stackoverflow.com

I'm using the NetBeans Outline model to create a TreeTable, the technique is described here: Everything looks nice and clean and I now want add a TreeModelListener to my ...

4. How to modify/add code to the initComponents() method in Java on Net Beans?    stackoverflow.com

How to modify/add code to the initComponents() method in Java on Net Beans? When I try to add any line of code this area seems to be like read only and ...

5. How to write modular code in netbeans java swing apllications?    stackoverflow.com

I am creating my java Swing application in Netbeans. At present there are more than 2000 lines of code. Is it right to have these many number of lines in a ...

6. netbeans: linking the app and view?    stackoverflow.com

when you create a gui application in netbeans IDE, it generates 2 files, the App.java and View.java is it okay to include the application logic in view.java ? my intuition tells me this ...

7. Netbeans Swing: Variables declaration disappeared    stackoverflow.com

Got a question: Just modified my Swing GUI a bit by resizing some buttons and recompiled...then: cannot find symbol symbol: variable MachineStatusLabel and more of the same for other Objects... Yep, this is a ...

8. Using getComponent() in swing to call a variable    stackoverflow.com

Alright this may seem like a weird question but is there a way that after calling something like

jPanel3.getComponent(0).getName();

That I can use that value to make a call on a ...

9. modify initComponents() in netbeans    stackoverflow.com

I modified some of the text fields in my GUI to use constructors which throw exceptions. While the properties window of netbeans' swing designer allows me to modify the code of ...





10. With NetBeans 7.0, what's the latest list of APIs that can be used outside the Netbeans Platform?    stackoverflow.com

The below list is based on this blog entry by Geertjan Wielenga (http://blogs.oracle.com/geertjan/entry/netbeans_platform_top_10_libraries)

  1. Lookup API
  2. Nodes API
  3. Explorer & Property Sheet API
  4. Visual Library API
  5. Utilities API
With the release of NetBeans 7.0, are there ...

11. Netbeans Platform & Perspective?    stackoverflow.com

Anyone had to program a perspective control with ability to setup the position of several views for Netbeans? Do you know any libraries or have other info? Thanks for any help!

12. Applying a Counter to Item in List    stackoverflow.com

I have a list that is poulated via a local text file. I have the following code that simple prints the selected item/items when the button is click.

private void jButton5ActionPerformed(java.awt.event.ActionEvent evt) ...

13. Netbeans 7 Swing not working    stackoverflow.com

I had a gui (swing) project developed using netbeans 7 and JDK 6. Then I've installed JDK 7 and project still worked fine. But then I've reinstalled netbeans and now when ...

14. Swing development in Netbeans vs JDeveloper    stackoverflow.com

I wrote a Java Swing app. using the JDeveloper IDE and I'd like to try converting it to the NetBeans IDE. When I open the .java file in NetBeans it ...

15. port a swing app on netbeans platform    forums.netbeans.org

I have a swing application, with packages containing classes. Now i want to migrate the project on the netbeans platform. what is the right way to do that ? Thx -- ...

16. Can NB platform be used to develop standalone Swing apps?    forums.netbeans.org

I was under the impression that NB Platform indeed can be used to develop standalone Swing apps (as opposed to NB modules that plu into NB IDE). Can someone confirm or ...





17. Intentional? API change in org-netbeans-swing-tabcontrol    forums.netbeans.org

Quote: Code changes: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/3725/changes API changes: http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/3725/artifact/nbbu ild/build/sigtest/check-snapshot/html/index.html Failure output is available as StdErr output of sigtest test for appropriate module. email: address-removed SignatureTest report Base version: 1.16 Tested version: 1.17 ...

18. try catch in swing.    forums.netbeans.org

Posted: Fri Sep 04, 2009 12:59 pm Post subject: so this is my code.. i tried the exception with the System.out.println("error"); to catch the string if ever the ...

19. Java Swing Problem    forums.netbeans.org

bhavikin Joined: 28 Sep 2009 Posts: 4 Posted: Mon Sep 28, 2009 8:44 pm Post subject: Java Swing Problem Hello, I know my question would sound a little ...

20. A little swing problem    forums.netbeans.org

Hi everybody! I'm new here and i know it's very unpleasant to start something asking help,but life can be pretty unfair i'm working on a project using swing,and there are four ...

21. Swings equivalent to .net UserControl?    forums.netbeans.org

I've been focusing on the web apps and JavaFX. Now I'm messing with Swing. I created a class and extended a JPanel. What I would like is a graphic interface to ...

23. Accordian Style in Swing    forums.netbeans.org

24. Inline variable initialization for Swing Builder    forums.netbeans.org

Hello, For issues with Swingx components, I need to have some variables inline initialized, unlike what the Swing Builder does. How can I make the Swing builder do inline initialization? If ...

25. How do I edit pre-existing Swings?    forums.netbeans.org

hey there. I've recently been using Netbeans IDE 6.8. Just trying a few things out, but I ran into a bit of a problem and I'm curious if there is a ...

26. SWING simple FrameView cannot edit graphicals??    forums.netbeans.org

View previous topic :: View next topic Author Message octavian87 Joined: 03 Jul 2010 Posts: 2 Posted: Sat Jul 03, 2010 12:39 am Post subject: SWING ...

27. the future of Swing    forums.netbeans.org

Hallo, I've installed netbeans 6.9.1. While generating a Desktop Application project I was notified, that Swing will not be developed anymore. Are there plans to develop new framework with visual components or shoud I abandon all Ideas of projects with GUI in Java? If so, then this would be very sad. with regards Rafal Ziolkowski

28. org.netbeans.swing.outline.Outline not found    forums.netbeans.org

I've added a dependency to the ETable and Outline Module. Do I need a different dependency? Thanks for the feedback, Cheers, Brooke ---- Product Version: NetBeans IDE 6.9.1 (Build 201007282301) Java: 1.6.0_24; Java HotSpot(TM) 64-Bit Server VM 19.1-b02-334 System: Mac OS X version 10.6.7 running on x86_64; MacRoman; en_US (nb)

29. [platform-dev] Doubts about Swing/NetBeans future    forums.netbeans.org

Posted: Fri May 20, 2011 11:36 am Post subject: [platform-dev] Doubts about Swing/NetBeans future Hello all! I am very new to Swing and NetBeans Platform but I think I am seasoned non-GUI Java developer. Before mostly building web apps in PHP (Zend Framework) and JSF 2. Now I am going to create a quite large desktop app. My ...

30. End of life for Swing?    forums.netbeans.org

Swing Application Framework. Note that this framework (JSR 296) is no longer developed and will not become part of the official Java Development Kit as was originally planned. It is still included in the IDE and you can use this library as it is, but no further development is expected. If you are looking for a Swing-based application framework, consider using ...

31. RES: Question on Swing in NetBeans 7.0    forums.netbeans.org

Gregg Wonderly Posted via mailing list. Posted: Fri Jul 15, 2011 6:21 pm Post subject: RES: Question on Swing in NetBeans 7.0 In different words: The Swing Application Framework provides some convenience functionality on top of the foundation Swing UI Toolkit (the javax.swing package and associated java.awt base foundation package). It was an attempt to simplify what people ...

32. Question on Swing in NetBeans 7.0    forums.netbeans.org

Posted: Fri Jul 15, 2011 7:07 pm Post subject: Question on Swing in NetBeans 7.0 There are 3 things here. Swing: a user interface API. This can be contrasted to QT, GTK, SWT, AWT. Swing is pretty mature, and there are a good number of 3rd party controls you can get for free and commercially. The Swing Application ...

33. RES: RES: Question on Swing in NetBeans 7.0    forums.netbeans.org

This is an interesting discussion. I do believe Application Frameworks are popular because people don't want to reinvent the weel (as well the ones that doesn't know or haven't enough experience on how to create a complete framework). That's why I hate Microsoft frameworks. They limit the developers criativity to what they believe is the best/sufficient for every application, and their ...

34. Recruiting for a Strong Java Swing/Netbeans RCP Developer    forums.netbeans.org

Folks, I apologize in advance for sending this message to the forum but I'm not sure the most appropriate place was to post this. I have a position available on my development team for a Java Swing/Netbeans RCP contractor based in Pasadena, CA. I'm wondering where is the best place to recruit NB developers as my recruitment firms are struggling to ...

36. Upgrade Java Swing project from Netbeans 5 to 7.0.1    forums.netbeans.org

I have just moved to Netbeans 7.0.1 from Netbeans 5.0 as I did a Java upgrade from 1.5 to 1.6.0_27 My application is a Java Swing application. After moving to netbeans 7.0.1 If i make any change in the design view via netbeans I see a lot of differences in the form file like the xml version and there is an ...

37. Swing, Netbeans Platform or what else?    forums.oracle.com

I just started with Swing, I'm going through the Oracle tutorials and it is yet hard to embrace. Powerful, yet sort of out of reach. I don't know, perhaps it's just a first impression. I also read that Swing will not be developed any longer. So I wonder, are there any alternatives, perhaps it is wise to start with something else ...