GitBucket
4.20.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
4
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
Jonathan
/
KA-Visual
Browse code
Commented visual view until it works. Will run showGrid.run() on start now.
master
1 parent
38e9332
commit
9d1f46b01b0fbaa6a4735c2a55354f9e6020af46
Jonathan Ström
authored
on 23 Feb 2017
Patch
Showing
1 changed file
src/mainClass.java
Ignore Space
Show notes
View
src/mainClass.java
//import javax.swing.JFrame; public class mainClass { public static void main(String[] args) { /*JFrame window = new JFrame(); window.setSize(640, 480); window.setTitle("KA-visual"); window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); window.setVisible(true);*/ //getUrlResultsTest.runAll(); showGrid sg = new showGrid(); sg.run(); } }
import javax.swing.JFrame; public class mainClass { public static void main(String[] args) { JFrame window = new JFrame(); window.setSize(640, 480); window.setTitle("KA-visual"); window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); window.setVisible(true); getUrlResultsTest.runAll(); //getUrlResults("EXEMP???"); } }
Show line notes below