⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tabsplitterdemo.java

📁 Java program shows how to use tab control for jumping between multiple layouts.
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
private Button getButton63() {
	if (ivjButton63 == null) {
		try {
			ivjButton63 = new java.awt.Button();
			ivjButton63.setName("Button63");
			ivjButton63.setBounds(59, 34, 125, 30);
			ivjButton63.setLabel("Button63");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton63;
}

/**
 * Return the Button64 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton64() {
	if (ivjButton64 == null) {
		try {
			ivjButton64 = new java.awt.Button();
			ivjButton64.setName("Button64");
			ivjButton64.setBounds(104, 21, 125, 30);
			ivjButton64.setLabel("Button64");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton64;
}

/**
 * Return the Button66 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton66() {
	if (ivjButton66 == null) {
		try {
			ivjButton66 = new java.awt.Button();
			ivjButton66.setName("Button66");
			ivjButton66.setBounds(174, 3, 125, 30);
			ivjButton66.setLabel("Button66");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton66;
}

/**
 * Return the Button67 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton67() {
	if (ivjButton67 == null) {
		try {
			ivjButton67 = new java.awt.Button();
			ivjButton67.setName("Button67");
			ivjButton67.setBounds(231, 18, 125, 30);
			ivjButton67.setLabel("Button67");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton67;
}

/**
 * Return the Button69 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton69() {
	if (ivjButton69 == null) {
		try {
			ivjButton69 = new java.awt.Button();
			ivjButton69.setName("Button69");
			ivjButton69.setBounds(281, 69, 125, 30);
			ivjButton69.setLabel("Button69");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton69;
}

/**
 * Return the Button7 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton7() {
	if (ivjButton7 == null) {
		try {
			ivjButton7 = new java.awt.Button();
			ivjButton7.setName("Button7");
			ivjButton7.setLabel("c");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton7;
}

/**
 * Return the Button70 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton70() {
	if (ivjButton70 == null) {
		try {
			ivjButton70 = new java.awt.Button();
			ivjButton70.setName("Button70");
			ivjButton70.setLabel("Button70");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton70;
}

/**
 * Return the Button8 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton8() {
	if (ivjButton8 == null) {
		try {
			ivjButton8 = new java.awt.Button();
			ivjButton8.setName("Button8");
			ivjButton8.setLabel("This is a FlowLayout!");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton8;
}

/**
 * Return the Button9 property value.
 * @return java.awt.Button
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Button getButton9() {
	if (ivjButton9 == null) {
		try {
			ivjButton9 = new java.awt.Button();
			ivjButton9.setName("Button9");
			ivjButton9.setLabel("g");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjButton9;
}

/**
 * Return the c property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel getc() {
	if (ivjc == null) {
		try {
			ivjc = new com.magelang.tabsplitter.TabNamePanel();
			ivjc.setName("c");
			ivjc.setLayout(new java.awt.GridLayout());
			ivjc.setTabName("c");
			ivjc.add(getTextField1(), getTextField1().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjc;
}

/**
 * Return the Checkbox1 property value.
 * @return java.awt.Checkbox
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Checkbox getCheckbox1() {
	if (ivjCheckbox1 == null) {
		try {
			ivjCheckbox1 = new java.awt.Checkbox();
			ivjCheckbox1.setName("Checkbox1");
			ivjCheckbox1.setLabel("Checkbox1");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjCheckbox1;
}

/**
 * Return the Checkbox2 property value.
 * @return java.awt.Checkbox
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Checkbox getCheckbox2() {
	if (ivjCheckbox2 == null) {
		try {
			ivjCheckbox2 = new java.awt.Checkbox();
			ivjCheckbox2.setName("Checkbox2");
			ivjCheckbox2.setLabel("Checkbox2");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjCheckbox2;
}

/**
 * Return the Checkbox3 property value.
 * @return java.awt.Checkbox
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Checkbox getCheckbox3() {
	if (ivjCheckbox3 == null) {
		try {
			ivjCheckbox3 = new java.awt.Checkbox();
			ivjCheckbox3.setName("Checkbox3");
			ivjCheckbox3.setLabel("Checkbox3");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjCheckbox3;
}

/**
 * Return the CheckboxGroup1 property value.
 * @return java.awt.CheckboxGroup
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private CheckboxGroup getCheckboxGroup1() {
	if (ivjCheckboxGroup1 == null) {
		try {
			ivjCheckboxGroup1 = new java.awt.CheckboxGroup();
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjCheckboxGroup1;
}

/**
 * Return the Choice1 property value.
 * @return java.awt.Choice
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Choice getChoice1() {
	if (ivjChoice1 == null) {
		try {
			ivjChoice1 = new java.awt.Choice();
			ivjChoice1.setName("Choice1");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjChoice1;
}

/**
 * Return the d property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel getd() {
	if (ivjd == null) {
		try {
			ivjd = new com.magelang.tabsplitter.TabNamePanel();
			ivjd.setName("d");
			ivjd.setLayout(new java.awt.GridLayout());
			ivjd.setTabName("d");
			ivjd.add(getLabel1(), getLabel1().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjd;
}

/**
 * Return the e property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel gete() {
	if (ivje == null) {
		try {
			ivje = new com.magelang.tabsplitter.TabNamePanel();
			ivje.setName("e");
			ivje.setLayout(new java.awt.GridLayout());
			ivje.setTabName("e");
			ivje.add(getTextArea1(), getTextArea1().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivje;
}

/**
 * Return the f property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel getf() {
	if (ivjf == null) {
		try {
			ivjf = new com.magelang.tabsplitter.TabNamePanel();
			ivjf.setName("f");
			ivjf.setLayout(new java.awt.GridLayout());
			ivjf.setTabName("f");
			ivjf.add(getList1(), getList1().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjf;
}

/**
 * Return the g property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel getg() {
	if (ivjg == null) {
		try {
			ivjg = new com.magelang.tabsplitter.TabNamePanel();
			ivjg.setName("g");
			ivjg.setLayout(new java.awt.GridLayout());
			ivjg.setTabName("g");
			ivjg.add(getChoice1(), getChoice1().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjg;
}

/**
 * Return the h property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel geth() {
	if (ivjh == null) {
		try {
			ivjh = new com.magelang.tabsplitter.TabNamePanel();
			ivjh.setName("h");
			ivjh.setLayout(new java.awt.GridLayout());
			ivjh.setTabName("h");
			ivjh.add(getCheckbox2(), getCheckbox2().getName());
			ivjh.add(getCheckbox3(), getCheckbox3().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjh;
}

/**
 * Return the i property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel geti() {
	if (ivji == null) {
		try {
			ivji = new com.magelang.tabsplitter.TabNamePanel();
			ivji.setName("i");
			ivji.setLayout(new java.awt.GridLayout());
			ivji.setTabName("i");
			ivji.add(getScrollPane1(), getScrollPane1().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivji;
}

/**
 * Return the j property value.
 * @return com.magelang.tabsplitter.TabNamePanel
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private com.magelang.tabsplitter.TabNamePanel getj() {
	if (ivjj == null) {
		try {
			ivjj = new com.magelang.tabsplitter.TabNamePanel();
			ivjj.setName("j");
			ivjj.setLayout(new java.awt.GridLayout());
			ivjj.setTabName("j");
			ivjj.add(getButton70(), getButton70().getName());
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjj;
}

/**
 * Return the Label1 property value.
 * @return java.awt.Label
 */
/* WARNING: THIS METHOD WILL BE REGENERATED. */
private Label getLabel1() {
	if (ivjLabel1 == null) {
		try {
			ivjLabel1 = new java.awt.Label();
			ivjLabel1.setName("Label1");
			ivjLabel1.setText("Label1");
			// user code begin {1}
			// user code end
		} catch (java.lang.Throwable ivjExc) {
			// user code begin {2}
			// user code end
			handleException(ivjExc);
		}
	};
	return ivjLabel1;
}

/**
 * Return the List1 property value.
 * @return java.awt.List

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -