i want to create a desktop app for data encryption and decryption but i dont no where to start from..earlier i have just created web app but this time i want to create desktop app so what should i use,i mean which eclipse framework and how??
Printable View
i want to create a desktop app for data encryption and decryption but i dont no where to start from..earlier i have just created web app but this time i want to create desktop app so what should i use,i mean which eclipse framework and how??
Do you want to do graphical user interface (GUI)? You'd want to use Swing.
Swing Tutorial:
Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
Once you have an application developed that works from within Eclipse, you would export it using Eclipse. Choose from the File menu, Export, and export a runnable JAR file.
Will you post a link to your web app and I'll take a look at it and give you some ideas of how you can do the same thing in Java?
-- Kaydell
Moved from Advanced Java. There's nothing 'advanced' about a I-haven't-a-clue post.
db