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

Thread: Please....Help.

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile Please....Help.

    I am A newbie in java...Have a bit of programming expirience.
    now, Im creating a distributed app. And im trying to create the client side first.
    So: I created a GUI Prompt for entering a security code to get into my virtual Room.

    But my most important question now is...Assuming the virtual room already exists, how do I execute it from the acceptance of the right code ? which is itself an application. I suppose the most obvious question is...How do I launch an Application from an already launched application ?

    Language: Java OO
    Thank You for your time.

  2. #2
    Member
    Join Date
    Feb 2011
    Posts
    55
    My Mood
    Tolerant
    Thanks
    1
    Thanked 16 Times in 15 Posts

    Default Re: Please....Help.


  3. #3
    Junior Member
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Please....Help.

    If you mean Remote Method Invocation, Yes...

    Cos I have this GUI DialPad...For Entering a code combination. and i will like it to launch the next app on the acceptance of the correct code.
    Thank you