Search:

Type: Posts; User: illidari

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    2,042

    [SOLVED] Re: Trying to add scrollbar to gui

    http://img.photobucket.com/albums/v257/gamer567/yeah.png

    You sir are amazing. I made the pictures clickable to expand into more windows :)!

    The code worked , just needed to make it be in the...
  2. Replies
    2
    Views
    2,042

    [SOLVED] Trying to add scrollbar to gui

    import javax.swing.*;
    import javax.swing.event.*;
    import java.awt.*;
    import java.awt.event.*;

    public class Gui extends JFrame {

    private static int WINDOW_WIDTH = 1024;
    private static int...
Results 1 to 2 of 2