24.08.2013 Views

Tango ATK Tutorial

Tango ATK Tutorial

Tango ATK Tutorial

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

{<br />

System.out.println("caught exception : "+ ex.getMessage());<br />

System.exit(-1);<br />

}<br />

mainFrame = new JFrame();<br />

mainFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);<br />

mainFrame.getContentPane().add(nsit);<br />

attList.startRefresher();<br />

mainFrame.setSize(800,600);<br />

mainFrame.pack();<br />

mainFrame.setVisible(true);<br />

// Test hide and show item!<br />

for (int i=0; i

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!