![]() |
January 14th, 2008 2203 views / 756 downloads Category: Tutorials Maturity: Beta Tags: GettingStarted Tutorial Buttons LCD AWT Helloworld Application display GUI Download Latest Version |
A tutorial for those new to Java and the Abstract Window Toolkit (AWT), written for the Bug’s LCD. It shows most of the widgets, some more to come in the future. For now the tutorial is all in the comments, it should be fairly self explanatory. Look at the Sun tutorial linked to under “Read the How To” for more detailed information. As always, email or comment any problems you encounter or any features you would like added, I am looking for ways to improve it.
5 Comments |
|
kschultz
said on January 31st, 2008 01:08:39 PM
bmartinek said on February 7th, 2008 09:29:18 PM
So I have figured out the issue, or atleast my issue with it. After not being quite sure how to use the Jar, I double clicked on it in, which is pretty standard behavior in OS X. this resulted in with an OS X failure dialog like such:
http://www.flickr.com/photos/keynesiandream/2250157384/Also I think it should say on the tutorial page above how to get it into Eclipse, or possible in the How To div on the side, which I expected to be how to use it, as opposed to the Sun Tutorial on AWT.
Just my two cents. Keep up the good work!
Cheers,
Ben
kschultz
said on February 16th, 2008 06:14:48 PM



bmartinek said on January 26th, 2008 01:23:46 PM
So far I have not been able to get this to open corectly on OS X 10.5.1. I tried looking at in in Eclipse and in Xcode.
In Xcode the lines just before importing AWT is garbled:
PK �����Íx«0ça‚������junit/awtui/ProgressBar.java˛ ��package junit.awtui;
Thoughts or suggestions?
Thanks in advance!