Search:

Type: Posts; User: Melawe

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    10,722

    [SOLVED] Re: JComboBox with scroll bars.

    I guess I completed it. Thanks for you help! :D
  2. Replies
    6
    Views
    10,722

    [SOLVED] Re: JComboBox with scroll bars.

    Ah, yourwelcome. :)

    Oh, hmm, I think I've completed the assignment. If so, the scroll bar is useless, do you think I completed it?
  3. Replies
    6
    Views
    10,722

    [SOLVED] Re: JComboBox with scroll bars.

    Updated code:

    public class HR16ComboScroll extends JFrame{

    public HR16ComboScroll(){
    super("Combo Scroll");
    setSize(200,50);
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); ...
  4. Replies
    6
    Views
    10,722

    [SOLVED] Re: JComboBox with scroll bars.

    Sorry not sure what you mean.

    Quote from book: "Create a GUI that includes a combo box in a scroll pane.".

    Edit:
    It does compile but the list doesn't have scroll bars, rather a long string, I...
  5. Replies
    6
    Views
    10,722

    [SOLVED] JComboBox with scroll bars.

    Hello,

    I have to make a graphical application, which has a JComboBox and scroll bars. I tried quite a few things, nothing worked and I don't know why. Here is the code I currently have.

    package...
Results 1 to 5 of 5