Search:

Type: Posts; User: Khadafi

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,464

    Re: JProgress Bar In GUI

    Hi, i am testing


    public class Test {
    public static displayPB(){
    JFrame parentFrame = new JFrame();
    parentFrame.setSize(500, 150);
    JLabel jl = new JLabel();
    ...
  2. Replies
    4
    Views
    1,464

    Re: JProgress Bar In GUI

    Thanks that makes sense, i've got the panel way to work, i might try the JDialog way later.
    Thanks =).
  3. Replies
    4
    Views
    1,464

    JProgress Bar In GUI

    Hi, I have created a GUI with a frame, panel, buttons etc etc

    I now need to add a JProgressBar. All the examples and tutorials I am finding are for creating a JProgressBar and addding it to the...
Results 1 to 3 of 3