Search:

Type: Posts; User: smasm

Search: Search took 0.09 seconds.

  1. Re: Radio button .. display empty screen ?? plz Help

    Thanks man .. i have been thinking too much and I missed this code of line

    add(pnlRadioButtons, BorderLayout.NORTH);


    Any recommendation for my program ..
    I am designing a small program...
  2. Re: Radio button .. display empty screen ?? plz Help

    package FunGUI;

    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;

    import...
  3. Radio button .. display empty screen ?? plz Help

    >

    I was trying to show the button to start handling them .. but nothing show on GUI when its run ??

    I added the panel but is there anything that I could do to fix the problem .. Also, I use to...
Results 1 to 3 of 3