Search:

Type: Posts; User: joshacurtis

Search: Search took 0.07 seconds.

  1. Re: Use jbutton to scroll through a jscrollpane

    Thanks, that helped heaps. I got it to work by doing this:



    JButton upButton = new JButton("Up");
    upButton.addActionListener(new ActionListener(){
    public void actionPerformed(ActionEvent...
  2. Re: Use jbutton to scroll through a jscrollpane

    Sorry, I didn't word my question very well. The jButtons have already been added to a jPanel, and the jPanel to the jScrollpane. I have two separate jButtons to the right of this jScrollpane which I...
  3. Use jbutton to scroll through a jscrollpane

    Howdy, I'm currently writing a java program which replicates a GPS, on the points of interest screen for Airports, Restaurants etc I have each entry set as a separate jbutton, organized using a...
Results 1 to 3 of 3