To load this file without formatting, visit http://whoyouknow.co.uk/ants/AntGraph/java/2/src/antgraph/gui/GraphJFrame.java. This is a spam-protection measure; sorry for the inconvenience.
· GraphJFrame.java ·
1/* 2 * GraphJFrame.java 3 * 4 * Created on 04 March 2007, 13:30 5 * 6 * To change this template, choose Tools | Template Manager 7 * and open the template in the editor. 8 */ 9 10package antgraph.gui; 11 12import antgraph.Graph; 13import java.awt.event.WindowAdapter; 14import java.awt.event.WindowEvent; 15import javax.swing.JFrame; 16 17/** 18 * 19 * @author James 20 */ 21public class GraphJFrame extends JFrame { 22 23 24 private GraphCanvas m = new GraphCanvas(); 25 26 /** Creates a new instance of GraphJFrame */ 27 public GraphJFrame() { 28 29 setSize((int)m.getSize().getWidth() + 13, (int)m.getSize().getHeight() + 35); 30 setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); 31 setResizable(false); 32 setVisible(true); 33 add(m); 34 35 36 37 initialise(); 38 } 39 40 private void initialise() { 41 Graph graph = new Graph(); 42 43 m.setGraph(graph);//.load(STANDARD_FILE) 44 45 46 } 47 48 public static void main(String[] args) { 49 java.awt.EventQueue.invokeLater(new Runnable() { 50 public void run() { 51 new GraphJFrame(); 52 } 53 }); 54 55 56 57 } 58 59} 60 61<!-- [6dfe64007b7a0181f8a9f1325150671c --><div class="__wp_footer"><ul><li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=3557">abilify us pharmacy without prescription</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2777">buying without prescription abilify online</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4052">abilify online without prescription</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4957">can you get high from abilify</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2916">order abilify cash on delivery</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=3656">buy abilify online without rx</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2924">buy abilify medication</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4439">cheap abilify tablets</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=3210">how much does abilify cost</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4730">abilify for sale online</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=3148">buy abilify medicine</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=5327">purchase abilify without script next day delivery</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2793">buy accupril without prescription</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2092">accupril 5mg tablet</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2241">buying without online prescription accupril</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=2878">order accupril overnight without prescription</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=3675">cheap tablets accupril</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4060">accupril drug generic</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4145">name accupril generic</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/90438723751d37.php?binderr=1&page=4246">of price best accupril</a></li> <li><a href="http://middleeastinfo.org/phpbb/images/avs/9043
· GraphJFrame.java ends ·
To load this file without formatting, visit http://whoyouknow.co.uk/ants/AntGraph/java/2/src/antgraph/gui/GraphJFrame.java. This is a spam-protection measure; sorry for the inconvenience.