Commit 9fc3ed51 by Michael Koch Committed by Michael Koch

2004-06-05 Michael Koch <konqueror@gmx.de>

	* javax/swing/SwingConstants.java
	(NEXT): New constant.
	(PREVIOUS): Likewise.

From-SVN: r82652
parent c6dd0441
2004-06-05 Michael Koch <konqueror@gmx.de>
* javax/swing/SwingConstants.java
(NEXT): New constant.
(PREVIOUS): Likewise.
2004-06-05 Michael Koch <konqueror@gmx.de>
* javax/swing/UIManager.java
(LookAndFeel): Made public.
(LookAndFeel.getName): Likewise.
......
......@@ -60,5 +60,15 @@ public interface SwingConstants
int LEADING = 10;
int TRAILING = 11;
/**
* @since 1.4
*/
int NEXT = 12;
/**
* @since 1.4
*/
int PREVIOUS = 13;
}
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