+ 13
Working Java GUI
Every program I try with frames ends up timing out, instead of displaying my window. Do you have an example that currently works within SoloLearn?
7 ответов
+ 5
JFrame window = new JFrame("Name of window");
window.setVisible(true);//this is very important and needs to be there for your window to show.
Check out JavaFx it's a better solution compared to Swing.
http://docs.oracle.com/javase/8/javafx/get-started-tutorial/jfx-overview.htm#JFXST784
+ 8
None that will actually run Java Gui on your android device. At least AFAIK, as of yet. There are several that will allow you to write Java code though. I use AIDE, but of you want larger projects it isn't free. Just search Java IDE in the play store. AIDE will allow you to create Android apps on your device though.
+ 7
Is there a free Android app that supports it?
+ 7
I wasn't impressed with AIDE and now giving up on N-IDE. I'm seriously considering writing my own. I've written compilers in the past along with embedded OS so shouldn't be too hard. Personally, charging more than $10 for software is unreasonable given the installed base possible for it.
+ 6
Java Gui is not available in the sololearn playground.
+ 4
It is and was executed before the timeout occurred.
0
How to add attentication in the microsoft access table ?