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: Need Some GUI Help With My Application

  1. #1
    Junior Member amitection's Avatar
    Join Date
    May 2014
    Location
    India
    Posts
    24
    My Mood
    Busy
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Default Need Some GUI Help With My Application

    Hello Friends,
    I am trying to make a simple application. I have attached an image of my application.
    Untitled.jpg
    Its not complete yet. I have also attached an image of the Garena Auto Joiner.autojoiner.jpg

    As you can see in the autojoiner image When i click on any of the lines it selected & gets highlited & then i can click on any other button to perform the Action related to that line, for example i select the first line :Hero Miss!!! and then click on UPDATE button it will allow me to edit the first line.

    I hope you are getting what i want to say.

    I want to add somewhat similar facility to my application in the DataBase section. I have used a JFrame and have divided it two using JPanel.

    So could you please tell me how can create a List Of Lines As Such shown in the AutoJoiner and then Click on Some button to perform some action realted to the select line.
    ăϻі†


  2. #2
    Junior Member amitection's Avatar
    Join Date
    May 2014
    Location
    India
    Posts
    24
    My Mood
    Busy
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Default Re: Need Some GUI Help With My Application

    I havent added the Buttons yet but i can do that on my own. I just wanted to know how create a list as show in the autojoiner in JPanel
    ăϻі†

  3. #3
    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: Need Some GUI Help With My Application


  4. The Following User Says Thank You to copeg For This Useful Post:

    amitection (May 8th, 2014)

  5. #4
    Junior Member amitection's Avatar
    Join Date
    May 2014
    Location
    India
    Posts
    24
    My Mood
    Busy
    Thanks
    6
    Thanked 2 Times in 2 Posts

    Default Re: Need Some GUI Help With My Application

    Well I think JList is just the thing i need.
    Thanks a Lot..!!

    I am facing one more problem. As you can see in the image above I have 2 JPanels "ImportedFiles" & "Database". Whenever i try to add a button in one of the JPanels i am unable to add to the SOUTH of the JPanel. Instead the button appears at the start of the JPanel.
    ăϻі†

Similar Threads

  1. [SOLVED] Application Gui Issue
    By kit367 in forum What's Wrong With My Code?
    Replies: 5
    Last Post: April 29th, 2014, 03:42 PM
  2. How to come up with this gui application involving list component?
    By joeykeys in forum What's Wrong With My Code?
    Replies: 3
    Last Post: February 1st, 2014, 04:23 AM
  3. insert data through gui application (JFrame)
    By muzammil786 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 26th, 2013, 08:30 AM
  4. Connecting GUI with application
    By kakb9091 in forum AWT / Java Swing
    Replies: 2
    Last Post: May 13th, 2012, 08:19 PM
  5. GUI Application problem! HELP Please!
    By gpelefty90 in forum AWT / Java Swing
    Replies: 3
    Last Post: October 4th, 2011, 09:21 PM

Tags for this Thread