Framework « Development « Java Swing Q&A





1. Best GUI framework for Java    stackoverflow.com

I want to start a new project with Java; In the past I used to start with Struts + Tiles; but tiles was very complicated; I don't know the latest version ...

2. Alternate Java GUI Frameworks    stackoverflow.com

I am making a small game number game in Java (Nim) in OS X and was thinking about trying to make the GUI interface of the game using something other than ...

3. How to actually use Swing Application Framework?    stackoverflow.com

I'd like to learn how to effectively use Swing Application Framework. Most of the the examples I've found are blog entries that just explain how to great it is ...

4. Is there a better Java application framework than Swing?    stackoverflow.com

I'm planning to work on some hobby Java projects. I've done some small-scale projects, so I'm familiar with the language itself and building a GUI with Swing. I'd like to make ...

5. Is there a cross-platform GUI framework for C#/.NET?    stackoverflow.com

Let's say just for the joy of it, I decide that I don't want to write desktop applications in Java any more, instead want to switch to using C#. I ...

6. can i use java with XULRunner GUI framework?    stackoverflow.com

Hello i know i can write c++ back end and use xul(runner) as the front end but can i use java as back end and still use xul as front end ...

7. Injecting Maven project information into Swing Application Framework resources?    stackoverflow.com

I have a Maven project using the Swing Application Framework and would like to inject project information from the pom.xml into my application's global resources to avoid duplication. The base ...

8. Java GUI creation framework    stackoverflow.com

Do you know any decent framework for creating Swing screens? I need to extend my application for implementors that will have to add their own screens. Possible options:

  1. Netbeans platform with Matisse editor
  2. Bean builder ...

9. Extensible GUI framework for Java    stackoverflow.com

I'm a fan of swing and find it has done everything I need except for extensible GUIs. I can make small parts extensible programmatically, but if I want to plug ...





10. Is JSR 296 (Swing Application Framework) stable enough to use? If not, what are the other options for small Swing apps?    stackoverflow.com

Eclipse RCP and Netbeans Platform are too big for the smaller apps that I work on, but I would still like to use a framework to make my apps more maintainable ...

11. Java7 swing application framework support    stackoverflow.com

The future of the Swing application framework on the Java 7 platform is undefined. http://weblogs.java.net/blog/archive/2009/08/19/saf-and-jdk7 Is it safely to use it now?

12. GUI frameworks for Java    stackoverflow.com

I was wondering if anyone has any suggestions of frameworks to give an old desktop application a much needed facelift. The application has had a long life without anyone giving any attention ...

13. Swing application framework for multilanguage application    stackoverflow.com

Can the swing application framework be used to implement multilanguage swing applications? If so, how should it be done? Should I use multiple .properties files, one for each language? How can I ...

14. What Java GUI framework is good for a first GUI project?    stackoverflow.com

The title description basically says it all. I'd like to use something that requires a relatively short learning curve since it is my first project and I'd like to spend at ...

15. Authentication and authorization frameworks for java GUI applications    stackoverflow.com

We are programming a three tier application with a rich GUI client using swing and we need to add some authentication and authorization control. I'm completely new in this topic so ...

16. Problem with Component Resource Injection using Swing Application Framework    stackoverflow.com

I'm having a problem using the Swing Application Framework's Component Resource Injection, I read the tutorial provided by Sun and it kinda works. The case is that I have a ...





17. What features do you expect from a Java (Rich) Client Framework?    stackoverflow.com

I'm intending to design (and provide a reference implementation for) a new Swing Rich Client Framework. My job and personal experience covers many project-specific Swing client frameworks as well as the ...

18. Java/Swing GUI programming with NetBeans 6.X framework    stackoverflow.com

I am using NetBeans 6.1. When I am trying to create a "Java Desktop Application"-project, a skeleton application is created with lots of WTF code. How can I understand those code? Can ...

19. OpenSwing Framework    stackoverflow.com

Is OpenSwing a good framework for developing professional desktop application?

20. Is there a framework for dynamically generating a Swing GUI from a Pojo in Runtime?    stackoverflow.com

My problem is, that I have simple Pojos or simply objects that contain data. These can vary and new types of these can be added during runtime. So I need a ...

21. What is "design flexibility" in UI frameworks?    stackoverflow.com

In the Pro Android 2 book, the authors refer to 4 generations of UI frameworks (in order):

  1. C-based MS Windows API
  2. C++-based MFC
  3. Java-based Swing
  4. Android UI, JavaFX, Microsoft Silverlight, Mozilla XUL
In that section, the ...

22. Java & GUI: Builder, Frameworks, Technologies - State of the art?    stackoverflow.com

i'm looking for state of the art gui builder, frameworks and technologies about java gui developing. I'm very interested in white papers, workshops and similar stuff. Im not really familiar with the ...

23. Accessible, cross platform, relevant UI framework?    stackoverflow.com

I'm an experienced PHP/JS developer with a tiny bit of background (read university projects) in Java/C/C++. I'm looking to branch out my skill set and would like some advice on ...

24. Java: Create a GUI with XML?    stackoverflow.com

im searching for the most popular framework to create a java gui with xml definitions. I prefer Swing! Your opinions are needed, thanks!

25. What GUI framework should I use?    stackoverflow.com

I'd like a GUI framework that works on both Windows and Linux. I'm confused because Googling has returned a lot of different ones. Since I'm coming from a C# background, lots of ...

26. gui framework for a java game    stackoverflow.com

I've written a Java version of the board game Settlers of Catan, and want to make a gui for it(though I've no experience with gui's). What are a couple gui's for ...

27. TileMap with swing (Java)    stackoverflow.com

i'm looking for this effect, but PulpCore doen't works with swing. Do you know what library use, or how to make a TileMap? Also, I'd like to move forever ...

28. high level java GUI framework    stackoverflow.com

I've been using netbeans for java gui creations, are there any other better frameworks or ides out there for creating Java GUIs?

29. What language should I choose to develop a website that must have a good GUI (usability) and some social network management features?    stackoverflow.com

I have used JSF to develop a simple data collection web application at my workplace. However, I do not find it as the right framework to build my website. I want the ...

30. set different look and feels in Swing Application Framework jsr 296    stackoverflow.com

My application uses SAF (jsr 296). I want to use different look and feels on different platforms: A default (Java) for Linux And system (native) for Windows. ADDED: So far I hardcoded L&F for the Windows ...

31. OpenSwing framework with three tier aplicattion    stackoverflow.com

I'm learning OS and trying to develop a simple three tier application with NetBeans 7.0, Tomcat 6 and OpenSwing. The server console shows that OS controller has been initialized ...

32. Which Java desktop GUI framework(s) are in common use today?    stackoverflow.com

I want to write a small application to get more familiar with Java desktop GUI application development than I have much chance to get at work, where the Java work I've ...

33. Desktop GUI framework    stackoverflow.com

I tried to create a new Swing GUI desktop application template using NetBean 7.0 and just found NetBean has a disclaimer: "Note that JSR-296 (Swing Application Framework) is no longer developed and ...

34. Is this too old school to use Java swing to develop new application?    stackoverflow.com

Java swing seems to have a long history, which makes the UI feel very old school. Of couse, I can implement some model UI element for my own. But still, think ...

35. Swing application framework-exitlistener,change defaut view    forums.netbeans.org

I have few questions about java desktop application>database application which uses swing application framework.It makes 3 classes by default.It creates a class called MyApplicationvView.java which extends FrameView.Now I dont know about ...

36. NetBeans Platform meets Swing Application Framework: SessionStorage    forums.netbeans.org

Hi, earlier this year I asked this list how to persist properties of components, like the column order, visible/ hidden columns, column widths and the sorting info properties of JXTable, but ...

37. NetBeans Platform meets Swing Application Framework: SessionStorage    forums.netbeans.org

Hi, earlier this year I asked this list how to persist properties of components, like the column order, visible/ hidden columns, column widths and the sorting info properties of JXTable, but ...

38. Look&Feel for Swing Application Framework    forums.netbeans.org

When I use New Project Java Java Desktop Application, NB creates new project for me with Code: import org.jdesktop.application.SingleFrameApplication; The Project Properties Libraries contains Swing Application Framework ...

39. GUI builder + dependency injection framework    forums.netbeans.org

Hi, I'm playing with Netbeans GUI builder and Google Guice, trying to have a swing layout where some of the components are injected (mainly for easyness of test). I need to ...

40. Using JSR-296 Swing Application Framework in existing project    forums.netbeans.org

I know I can use Swing Application Framework when I create a new project from scratch using the swing application framework project wizard. What if I already have an existing project ...

41. Swing Framework No longer Supported?    forums.netbeans.org

I don't really know what this means. I tried to start a new project and picked the Desktop Application option under the "Java" category, and it gave me a disclaimer saying that Quote: JSR-296 (Swing Application Framework) is no longer developed and will not become part of the official Java Development Kit as was originally planned. and suggests that I use ...

42. [Swing Appl. Framework] Launch an Application from another one    forums.netbeans.org

Posted: Mon Jan 24, 2011 12:23 pm Post subject: [Swing Appl. Framework] Launch an Application from another one Hello everyone. I have the following scenario: Application A is a swing application (created using the swing application framework), and it has a doInBackground Action. In the doInBackground() method it correctly does the "heavy computation", and in succeeded() it correctly ...

43. using Netbeans gui builder with JUNG Framework and VTK    forums.netbeans.org

i use jung framework 2.0.1 and want to display a graph on a jpanel. If i add the BasicVisualizationServer manually to a Frame all is shown correct. But when i add it to a panel builded with the gui builder of netbeans nothing is shown? i have the same problem with the visualization toolkit (VTK). If i manually code a frame ...

44. swing-app-framework missing.    forums.netbeans.org

I'm new to netbeans. I'm using netbeans 7.0 and JDK 1.6 When I create a new Desktop Application Project, it comes with an error. When I click on Resolve Reference Problem, it says "Problem: The project uses a class library called "swing-app-framework", but this class library was not found." It states a solution as well. It says "Solution: Click Resolve to ...

45. java media framework    coderanch.com

46. How can a Swing-based framework be done for various users without jdk installed?    coderanch.com

I knew that someone using framework to convert swing pages into HTML pages. Is it easy to done? I worked in a situation that we need develop web pages for various platform. We currently use JSP+Struts+Tomcat+Jboss, but the upload is not supported from the servlet2.2. If I can use swing , that will be great. The question is how easy that ...

47. Collaboration between separate parts(classes) in the same framework    coderanch.com

Hi I have a Swing interface that I divided into separate classes (20 classes). Each class (that extends Jpanel) of them contains part of the GUI , to collect them i use a main class that instantiate each one of the classes and by running the main class I see all the GUI. whenever i want one class to effect instance ...

48. Swing FrameWork    coderanch.com

49. Swing and ofbiz (type) frameworks    coderanch.com

HI, I'm a newbie - that said here's my question. Most of the stuff I see in the Java world centers around browser interfaces with servers providing the content (tomcat, J2EE stuff). What I don't understand is how swing code interfaces with these servers. Case in point: there is a free framework (ofbiz) that uses tomcat and has many features all ...

50. IBM's Thin-Client Framework for JAVA    coderanch.com

51. Java Media Frameworks    coderanch.com

52. Swing frameworks    coderanch.com

53. Swing Framework    coderanch.com

I've done plenty of web and swing and never thought of a Struts type controller for a GUI. There's a blog here with some discussion on the subject. The problem I have with a Controller-Action type setup is that I don't design GUI's that way. The interaction between a browser and a server has a well-defined, single message: an HTTP request. ...

54. which framework is currently the best?    coderanch.com

Personally, out of the frameworks you listed, I've developed applications using Swing, SWT/JFace, and played around with XUL some. This is actually the first I've heard of Spring's RCP; I'll have to check it out. Honestly, leaving Spring RCP aside simply because I'm not familiar enough with it, each of the others has enough major backing and significant projects behind them ...

55. Why no GUI Design Framework?    coderanch.com

For web applications, we have many frameworks available to help build our software (Struts, Hibernate, Spring etc), but why is there nothing for writing GUIs? Why not something which will help us properly apply some sort of MVC framework and separate logic from presentation? Is there nothing more than guidelines? Some sort of container and easy to maintain event handler for ...

56. Looking for framework    coderanch.com

57. Scott: What to you think about xul and similar xml-based gui-framework?    coderanch.com

I've personally not ran across situations where I've found an XML based GUI defininition speeding up development. I can certainly see cases where they'd be useful when designing dynamics forms on the fly for instance. Personally, I've always favored a layered approach with code handing validation, binding, and layout. The usage of these various layers can be simplified through a builder ...

58. GEF framework    coderanch.com

Well, you can defintely use XML to be the model for GEF, but your actual XML file instance cannot be a model. You will need to create your own model on the basis of the XML file. This model should have following functionalities: - way to get and set any property of the model - serialize the changes back to XML ...

59. GUI Frameworks, experiences    coderanch.com

60. Is there a simple wizard framework?    coderanch.com

61. Input Method Framework problem    coderanch.com

Hello everyone .. i'm working on an implementation of Input Method Framework for a local Script (Devanagari) . Though it types perfectly initially, as the swing text field Component fills up the text field stops rendering the new characters being written and it finally totally disappears. Even if the font in not applied to the text box the same thing happens ...

63. Swing Framework    coderanch.com

I have been searching for a good open source swing framework that allows a developer to jump start a Swing project. A basic Swing Starter Application that gives a solid structure to build the application. I came across the JGoodies site and bought the developer license for it. It looks very promising. Another great project is the Spring Rich Client Project, ...

64. swing framework    coderanch.com

66. Open Source SWING GUI frameworks    coderanch.com

67. Java GUI Framework - Cranegorm    coderanch.com

I've developed a little Java GUI framework called Cranegorm, that I am using for a rich client/server system I've been working on. It is named and modeled after the Flex framework Cairngorm with an additional presentation layer. It leverages the Event Model heavily and I can only assume this has all been done before as I have been away from Java ...

68. please brief me on the available JAVA GUI frameworks.    coderanch.com

Hi, I am planning to build a brand new GUI for one of the server application I have in JAVA. Its been quit some time since I worked on a JAVA GUI and was not sure which framework to use. Can any one brief me on the available JAVA GUI frameworks? Thanks, Anil.

69. Look for excellent java face framework    coderanch.com

Now my project want to use a excellent framework,needs: 1.Event subscribe mechanism and so on 2.Have a uniform face development,realizing main face part embed child face 3.Can construct menu tools bar and status bar using parameter configuration nothing to say , I need a excellent Java face framework Thanks! [ July 16, 2008: Message edited by: Bear Bibeault ]

70. Any GUI application controller framework?    coderanch.com

Hello. First of all I hope I'm not asking something that has been answered many times before. I've been looking for it and I don't anything. I'd like to know if there's any framework to ease the development of Java GUI apps. Something similar to Struts but GUI oriented. I'm developing a Swing application and it's a bit mess as I'm ...

71. Swings in frameworks    coderanch.com

72. what is better to use swing or netbeans framework for GUI?    coderanch.com

NetBeans is also application development platform. Meir Yan, you can use NetBeans core libraries (module) to develop your UI or either headless application. But it is complex task which will give you profit only when your application is large enough. You may try to use Swing Application Framework which is intended to solve common problems of building UI application. NetBeans has ...

73. Looking for Dos like GUI framework    coderanch.com

74. Any used Swing application framework?    coderanch.com

Hi , Any used Swing application framework ?? I have the mars rover view application from SAF to understand how it works . But struggling to find Can we have 2 view from the single application ?? Example: Suppose i have 2 view Login and Profile . so the application will launch the Login and then on correct password it will ...

75. Framework for Swing ?    coderanch.com

Hello, I am going to develop a Swing application and i am new to Swing development.I am using eclipse as a IDE for my Java Development. is there any Framework(or Plug-in) available to develope a Swing application ? which make development easy ? please advice. Forward me if there is any other thread disuss the same topic.

76. Picking a UI framework    coderanch.com

Hello all. I've been writing server-side code for a long time now and was looking at doing a few projects just for my own enjoyment. Previously everything I've done has had a web interface, usually written by someone else. I want to do a few projects for fun that are stand alone desktop apps and need to pick a UI for ...

77. Swing Application Framework    java-forums.org

78. Framework for swing programming    java-forums.org

79. Japura - Java Swing application framework    java-forums.org

80. Help about Viewa framework for Swing application    java-forums.org

Hi evryone, Now I am learnng about Viewa framework and I am newbie with this framework. Overview Viewa framework that help creating desktop application by MVC model, it also support annotation. I tried doing following getting started in Viewa demo by link: Viewa and other java things : Weblog but the demo do not execute. I get exception NullPointerException at DefaultViewResourceDelegator. ...

81. Swing application framework and SQL-connection in initialize method    java-forums.org

Hallo I have a strange problem with java and SAF. I'm using Netbeans and SAF for month and until last week, everything worked fine. But suddently my sql connections doesn't work very well. Here is my code: Java Code: public static void main(String[] args) { launch(OperatorSuite2App.class, args); } @Override protected void initialize(String[] args) { super.initialize(args); try { SAXBuilder builder = new ...

82. Wizard framework supporing Swings    forums.oracle.com

Hi All, Just want to know if there is any wizard-framework available that supports Swings? Things that it should support are: 1. The step should be configurable i.e. if I want to add an extra step between the 2nd and the 3rd step, it should allow me to do so without much changes. 2. It should allow the steps to be ...

83. Would like to use SUN Jato GUI Framework in my app    forums.oracle.com

Hi Everyone, not sure if this is the correct forum to post this.. i have an existing web app that i would like to use the jato framework. i took a simple page from the jato/glassfish app: welcome.jsp/.java and copied it to my app directories (also copied the needed, tld's jars etc) i googled and only get 1 hit to the ...

84. Framework built on top of Swing    forums.oracle.com

Hi all, I have been using Swing since last 18 months using Eclipse and I find that the development efforts are pretty high compared to other programming languages. So, I was just wondering if there are some readymade frameworks built on top of Swing that can reduce the development effort and improve the quality of the end-product - something similar to ...

85. Framework for Swing    forums.oracle.com

86. GUI alternative framework    forums.oracle.com

Hello everybody, Im looking for nice looking Java GUI API that is alternative of Swing or SWT. Because their look is old and bulky. JavaFX is very good looking but I know that it is not supported more. Apache Pivot interested me but I dont have any experience of usitng it. Can You please recommend me some other alternatives ? It ...