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: GUI for Linux OSProcess

  1. #1
    Junior Member
    Join Date
    Jun 2012
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question GUI for Linux OSProcess

    I have a Homework assignment and i have no idea how to build a basic Java GUI, i dont need the complete solution but can i have a solution in words as in an algorithm or where links/tutorials which i should read to gain enough knowledge to solve this one.

    PROBLEM:
    The software shall have a GUI interface that:
    1) Has two buttons
    1. A button to start a user-defined process
    2. A button to stop the user-defined process
    3. Both buttons shall indicate what functions they perform
    2) Has a text-field that allows a user to enter the arguments to create a process
    3) Has a text-box that will allow text output from the created process to be view-able to the
    user.
    The executable software shall be one .jar file that allows the user to start the program
    so if i type ls -la in the textbox, the text field should be populated by the ls -la of the directory.

    thanks.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: GUI for Linux OSProcess

    See Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)

Similar Threads

  1. How to allow Java to use more memory on Linux.
    By Aucun in forum Java Theory & Questions
    Replies: 14
    Last Post: May 24th, 2012, 04:38 AM
  2. [SOLVED] Eclipse in Linux?
    By beer-in-box in forum Java IDEs
    Replies: 2
    Last Post: September 27th, 2011, 07:39 AM
  3. Replies: 1
    Last Post: June 7th, 2011, 11:53 AM
  4. Help with Linux makefile
    By ruerric in forum What's Wrong With My Code?
    Replies: 1
    Last Post: June 10th, 2010, 10:07 AM
  5. getting files in the linux server
    By Truffy in forum Java Networking
    Replies: 36
    Last Post: June 22nd, 2009, 06:32 PM

Tags for this Thread