Search:

Type: Posts; User: nasi

Search: Search took 0.27 seconds.

  1. Re: How do I programmatically select a tab of a JTabbedPane?

    I got it, thanks
  2. Re: How do I programmatically select a tab of a JTabbedPane?

    thanks but I am a bit confused about using it. suppose I want to select the tab which contains pane1. how should I write the code while I have just one JTabbedPane??
  3. How do I programmatically select a tab of a JTabbedPane?

    I want to go to another tab by clicking on "next tab" button, how should I do it?



    public class test{
    JTabbedPane tab;
    public static void main(String[] args){
    test ar = new test();
    ...
Results 1 to 3 of 3