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: Creating a background service in java

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Creating a background service in java

    Hi,
    I want to implement a simple program just like reminder which will check system time and given time and will just give a pop up.
    But i want this to be happened in background but i dont know how to do it.
    I am implementing in in core java on windows machine.
    Please help i don't have any idea how to do it.
    Thanks in advance.


  2. #2
    Member
    Join Date
    Nov 2013
    Location
    Bangalore, India
    Posts
    70
    My Mood
    Cool
    Thanks
    0
    Thanked 6 Times in 6 Posts

    Default Re: Creating a background service in java

    You can create a daemon thread to do the same.

Similar Threads

  1. Asynchronous background processing in JAVA.
    By Asir Jefferson in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 21st, 2013, 06:45 AM
  2. background image in java form
    By Pearly in forum AWT / Java Swing
    Replies: 2
    Last Post: January 20th, 2013, 09:11 AM
  3. background image in java form
    By Pearly in forum What's Wrong With My Code?
    Replies: 2
    Last Post: January 20th, 2013, 09:11 AM
  4. Replies: 2
    Last Post: October 18th, 2011, 07:11 PM
  5. Java Program that Runs in Background
    By 1bun100 in forum Java Theory & Questions
    Replies: 7
    Last Post: September 15th, 2011, 02:10 PM

Tags for this Thread