Search:

Type: Posts; User: sravanthi

Search: Search took 0.10 seconds.

  1. Poll: Re: dynamically adding panels...the hope the code is help ful to you....

    import javax.swing.*;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    class sacreate extends JFrame implements ActionListener
    {

    JLabel l1,l2,l3,l4,a,b,c;
    Container pane;...
  2. Poll: Re: dynamically adding panels...but getteng next panel after minimizing and maximizing the window only why?

    i kept try catch blocks to caught the errors if any.....if it is removed also there will be no errors...but if == is not kept i am getting an error...= is used for assigning a value and where as ==...
  3. Poll: Re: dynamically adding panels...but getteng next panel after minimizing and maximizing the window only why?

    thanx for saying i did it...
  4. Poll: dynamically adding panels...but getteng next panel after minimizing and maximizing the window only why?

    import javax.swing.*;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    class sacreate extends JFrame implements ActionListener
    {

    JLabel l1,l2,l3,l4,a,b,c;
    Container pane;...
Results 1 to 4 of 5