For standalone java applications Applet is better or Frame is better?

Hi Every body,

Iam new to java standalone application developement.As per my knowledge both Applet aswell as Frame concept can be used to develop java

standalone applications, if Iam right. My application need menus, drop down menus and it also need to connect to backend database.So which is better?

So please some body guide me.

Thanks in Advance

Basavaraj M

[398 byte] By [basavaraj_suna] at [2007-11-26 17:36:00]
# 1
Please don't double-post. Once is enough. http://forum.java.sun.com/thread.jspa?threadID=5133769
paulcwa at 2007-7-9 0:04:05 > top of Java-index,Java Essentials,Java Programming...
# 2
HiiiiSorry for posting the questions two times.RegardsBasavaraj
basavaraj_suna at 2007-7-9 0:04:05 > top of Java-index,Java Essentials,Java Programming...
# 3
A JFrame not a frame will be most apropriate because that just what it supposed to be used for but u can consider a JApplet if u want to incorporate it into a web application.Sq2000
Sq2000a at 2007-7-9 0:04:05 > top of Java-index,Java Essentials,Java Programming...