+ 3
Is there any method to execute Java program with Java Swing in Sololearn Code Playground?
I've tried simple code like following: import javax.swing.JFrame; public class Program{ public static void main(String[] args){ JFrame f=new JFrame(); f.setVisible(true); } } This code always gives me 'Time limit exceeded'. I want to use Swing in Sololearn. Do you guys know any method to execute Java Swing in Sololearn?
1 Odpowiedź
+ 7
As of now, it's not possible. Sololearn may add it in the coming updates.