Commit 8c7dca8f by Michael Koch Committed by Michael Koch

2004-03-16 Michael Koch <konqueror@gmx.de>

	* javax/swing/JTabbedPane.java
	(serialVersionUID): New field.

From-SVN: r79531
parent 1adc3fec
2004-03-16 Michael Koch <konqueror@gmx.de>
* javax/swing/JTabbedPane.java
(serialVersionUID): New field.
2004-03-16 Norbert Frese <postfach@nfrese.net>
* java/net/InetAddress.java
......
......@@ -65,6 +65,8 @@ public class JTabbedPane extends JComponent implements Accessible, SwingConstant
this.descr = descr;
}
}
private static final long serialVersionUID = 1614381073220130939L;
private Vector tabs = new Vector();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment