| Trouble with Nimbus
Done: http://kenai.com/jira/browse/BSAF-75
|
Better Swing Application Framework
» Open discussion
|
January 28, 2010 15:11
by: mawcs
|
| Trouble with Nimbus
I'm using the Application.lookAndFeel property in my properties file. I have it set using "com.sun.java.swing.plaf.nimbus.NimbusLookAndFeel." However, I've discovered that my application doesn't alw . . .
|
Better Swing Application Framework
» Open discussion
|
January 28, 2010 15:11
by: mawcs
|
| Newbie needs help
Hmm, Actually, that only solved part of the problem. The main panel and menu creation are still troubling me. I can't share my actual code, unfortunately. I will try to distill it into an example co . . .
|
Better Swing Application Framework
» Open discussion
|
January 23, 2010 10:14
by: etf
|
| Newbie needs help
Thanks for the help. I just discovered moments ago a solution to my problem. I was invoking a Dialog using the .setVisible of the dialog and not using .show() from the Application code. Once I corre . . .
|
Better Swing Application Framework
» Open discussion
|
January 23, 2010 10:14
by: etf
|
| NPE on Content Assist
View screenshots at http://drop.io/javafxeclipsepluginissues Here is the content of NPE that I get on using Content Assist. java.lang.NullPointerException at com.sun.javafx.eclipse.editor.simple.FXC . . .
|
JavaFX 1.2 Plugin for Eclipse
» Feedback Forum for 1.2.1 Plugin Release
|
January 22, 2010 17:44
by: mawcs
|
| not working in eclipse gallelio
I'm receiving NPEs with the content assist most of the time. When it doesn't throw an exception, the content assist is completely useless. Please look at http://drop.io/javafxeclipsepluginissues for . . .
|
JavaFX 1.2 Plugin for Eclipse
» Feedback Forum for 1.2.1 Plugin Release
|
January 31, 2010 09:04
by: mshr
|
| Newbie needs help
I forgot to mention, within my code, I'm trying to call: Application.getInstance().getContext().getResourceMap().injectComponents(this); This is called after initialization of the external public co . . .
|
Better Swing Application Framework
» Open discussion
|
January 23, 2010 10:14
by: etf
|
| Newbie needs help
Hi, I'm very new to BSAF (and never used SAF). I've used App frameworks in the past, but the resource injection used in BSAF is new to me. I'd have to say, I like it--when I can get it to work. I a . . .
|
Better Swing Application Framework
» Open discussion
|
January 23, 2010 10:14
by: etf
|
| Session storage - invalid component path
I have a question related to this. Why is the information stored in a file instead of the Java Preferences API ? Using the Java Preferences API opens the possibility of customized backstores and expa . . .
|
Better Swing Application Framework
» Open discussion
|
January 21, 2010 06:52
by: etf
|