Search:

Type: Posts; User: deependeroracle

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    5,996

    Re: Button disable

    Thanx Norm

    Actually in Netbeans we usually cannot edit the code that is written in the initComponents(); method so to add that code before any click is not possible .. but i found that we can...
  2. Replies
    6
    Views
    5,996

    Re: Button disable

    here is my code

    public class NewJFrame extends javax.swing.JFrame {

    static int count =0;
    int cnt=0;
    public NewJFrame() {

    initComponents();
    }
  3. Replies
    6
    Views
    5,996

    Re: Button disable

    their is a method called setEnabled(false); but that can be done only with the button action in netbeans .. how to make disable before any click when my frame appears for the first time in netbeans ...
  4. Replies
    6
    Views
    5,996

    Button disable

    hello friends

    i am using netbeans and i developing an application .. the thing is that when i execute my code then i want to make my few buttons disabled
    and that should be done without any...
Results 1 to 4 of 4