Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create Data Flow Diagrams in java applet ?

843807Feb 11 2010 — edited Feb 11 2010
I am developing code in applet for creating events-driven program for DFD.i am following problems:-

-Difficulty in getting database connection(msaccess) with applet.Where should i place the required code for database connection? should i keep it in constructor of the class ?

-i am using netbeans 6.8 for coding, it has wizard for creating swing application. the problem is that after connection is established using DSN, it does not retrive any database table instead it gives following message "Connected database doesn't contain any table"

-Also the problem is how to do various validations of objects(line, oval, process) and move these objects using mouse? Which all specific events are needed ?

-Another problem is how to have mutiple windows framework in applet. By clicking on the process another level corresponding to the process(i.e. its sub-process) will open?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 11 2010
Added on Feb 11 2010
3 comments
262 views