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 4 of 4

Thread: JAVA Desktop Application Development

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post JAVA Desktop Application Development

    I am new to the java desktop application development.I want to do the followings in my application.

    1.when i am run my application in windows 7 or windows 8 , the application going to met the freezing stage.i want the solution for this.
    2.I want to perform the autosearch functionality in Jtextfield.any one help me for this.
    3.I want to create the installer for my application with the required software like jdk and MY SQL

    Any body can help me for the above things.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: JAVA Desktop Application Development

    Can you explain some of the items?
    1) what is freezing stage
    2)what is autosearch functionality
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: JAVA Desktop Application Development

    Quote Originally Posted by Norm View Post
    Can you explain some of the items?
    1) what is freezing stage
    2)what is autosearch functionality

    1.when i run the application and perform the insert function to save the data to the database, after inserting the data there is no response and i cant do anything in my desktop,when i go to the task manager the application respond just the data saved information and further i can't do anything,once restart the system again i am start the execution from starting place.

    2.when retrieve the data from the database like customer name to the textfield,when i type the text in textfield automatically suggest the customer name in that particular field.its for retrieve the data from database and search functionality.

    Thanks,

  4. #4
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: JAVA Desktop Application Development

    Thread moved.

    Welcome to the forum! Please read this topic to learn how to post code in code or highlight tags and other useful info for new members.

    1. Your explanation is still not clear. You say "i cant do anything in my desktop," but then "when i go to the task manager." The latter seems to contradict the former. It sounds like your execution environment is becoming non-responsive while your OS is fine. What is your execution environment? Are you executing from an IDE, from a command shell, or . . . ? You then mention restarting the system. What system are you restarting? Unless the program is simply waiting for more input and you're not recognizing it, there is an error, and it's being communicated to you. You may have to run the application from the command line or become better at using your IDE to see the error, but it's there somewhere.

    2. A "search and suggest" or "search and filter" on user input is an algorithm written by the programmer of the application. You may find code in a database context on the 'net that will suggest how to do this, but it's largely your responsibility (and not that hard).

Similar Threads

  1. Replies: 1
    Last Post: August 23rd, 2013, 06:33 AM
  2. Creating a Java Desktop Application in NetBeans
    By cslx99 in forum Java Theory & Questions
    Replies: 5
    Last Post: December 2nd, 2012, 01:25 AM
  3. NetBeans Desktop Application in Java
    By knightmetal in forum Java IDEs
    Replies: 5
    Last Post: November 9th, 2011, 06:47 AM
  4. Updatable Java Desktop Application
    By Onur in forum Java Theory & Questions
    Replies: 3
    Last Post: September 18th, 2011, 03:15 PM
  5. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM

Tags for this Thread