Search:

Type: Posts; User: sravanthi

Search: Search took 0.15 seconds.

  1. Thread: tabbed panes

    by sravanthi
    Replies
    3
    Views
    1,219

    Re: tabbed panes

    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. Thread: tabbed panes

    by sravanthi
    Replies
    3
    Views
    1,219

    tabbed panes

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

    public class BaseTab extends JFrame implements ActionListener
    {
    JButton ok;
    ...
  3. how to link 2 pages in swings using html tags

    plz provide me the code for dis......
  4. 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;...
  5. 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 ==...
  6. Poll: Re: dynamically adding panels...but getteng next panel after minimizing and maximizing the window only why?

    thanx for saying i did it...
  7. 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 7 of 8