Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
1k views

Is there a better Java application framework than Swing?

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 my work a little less ...
2
votes
0answers
161 views

Problem with Component Resource Injection using Swing Application Framework

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 class Program that extends ...
2
votes
2answers
3k views

How to convert a Swing Application to an Applet?

I created a desktop application with Swing Application Framework, now how can I convert it to an applet? The main class extends SingleFrameApplication. EDITED: This is the starting class, used ...
1
vote
2answers
310 views

Swing Application Framework session store

I have been using the Swing Application Framework, and very pleased with its sessions state storage. I was wondering if it's possible to delete (clean up) the persisted states. of All dialog forms. ...
1
vote
2answers
405 views

Swing Application Framework does not save program's session (window postition, size etc.) in Linux

I'm developing a tiny app in Java using Swing and Swing Application Framework (JSR 296). It should work under Windows and Linux. In Windows XP session (window postition, size etc.) is saved, but in ...
0
votes
0answers
63 views

Change Runtime version of SPIisWebServiceApplicationPool

I'm installing a SharePoint 2010 service application. The service itself requires .NET 4.0. When I provision the service applicaion, SharePoint creates a v2.0 app pool for my service. I can easily ...