Author Topic: Where to begin?  (Read 3726 times)

mdweezer

  • Newbie
  • *
  • Posts: 19
    • View Profile
    • http://
Where to begin?
« on: April 03, 2004, 07:06:46 pm »
Hello,

I have an idea for a program I\'d like to develop for my Zaurus.  I\'m familiar with C++ but nothing to do with GUI design.  I have looked into Java and noticed the GUI design isn\'t toooo bad so I would design my program in Java for ease of use.

I would like to know where I should start...

For my program I would need use of the application launch buttons and the 8-way rocker.

Any code examples out there on using those?

Thanks!

ak

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • http://
Where to begin?
« Reply #1 on: April 05, 2004, 06:51:02 am »
To start with:
try http://thinlet.sourceforge.net/
Its easy to design AWT based JAVA GUI\'s with thinlet
samples are included in the package
works with Jeode on Zaurus.

If you go for graphics programming - look for something else (direct awt programming)

]] application launch buttons
  If you want to start your app with your icon: works, look for java samples on
      http://www.killefiz.de/zaurus/search.php?q...?q=java&x=0&y=0

]] and the 8-way rocker
   I dont understand that point