How to create Data Flow Diagrams in java applet ?
843807Feb 11 2010 — edited Feb 11 2010I 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?