Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: desktop app

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default desktop app

    i want to create a desktop app of 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??


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: desktop app

    It sounds to me like you are asking the wrong questions at this stage.
    Ask yourself:
    What data will you be working with?
    How much data?
    What data types?
    How should it be stored?
    How should it be organized?
    What functionality should the interface provide the user?
    What should it look like? Textual? Graphical?
    How many buttons, and where should they go? Draw some pictures..

    Basically get a firm set of rules to follow, and build the solution around the problem

Similar Threads

  1. Replies: 6
    Last Post: April 9th, 2012, 02:41 PM
  2. My app audio sounds different when running the app?
    By TP-Oreilly in forum Android Development
    Replies: 1
    Last Post: January 29th, 2012, 08:23 AM
  3. Java web app, Saving to desktop?
    By Java Programmer in forum What's Wrong With My Code?
    Replies: 14
    Last Post: January 21st, 2012, 04:41 PM
  4. Convert Desktop app into Applet
    By Nesh108 in forum Java Theory & Questions
    Replies: 2
    Last Post: October 27th, 2011, 08:11 AM
  5. Netbean Desktop Application Help!!
    By flyto9 in forum Java Theory & Questions
    Replies: 2
    Last Post: June 30th, 2011, 05:52 PM