I'm working on creating a Java application for my sales department to 
easily look up prices based on various criterion.

I've got a working program in Java, utilizing JComboBox Containers.  
However, once I got this working, I realized that our limited workstations 
wouldn't be able to run a Java program through Windows.  Therefore, I'm 
trying to recreate the program in the Google App Engine, since we can 
access websites easily.

The issue I'm running into is that Google App Engine doesn't like 
JComboBox, or any of the Container objects I was using.  The tutorial on 
the main developer site was useful, but it didn't provide the information I 
was looking for.

Where can I find more information about creating drop-down menus, or GUIs 
in general, in Google App Engine?

(I'm using the Google Plugin in Eclipse.)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to