Commit f0fad938 by Michael Koch

Two little fixes I commited to classpath but not to libgcj first

From-SVN: r66222
parent ca55ba49
......@@ -62,6 +62,7 @@ public class JTable extends JComponent
public static final int AUTO_RESIZE_NEXT_COLUMN = 1;
public static final int AUTO_RESIZE_OFF = 0;
public static final int AUTO_RESIZE_SUBSEQUENT_COLUMNS = 2;
public JTable ()
{
throw new Error ("Not implemented");
......
......@@ -56,7 +56,7 @@ public class DefaultEditorKit extends EditorKit
public static final String downAction = "caret-down";
public static final String endAction = "caret-end";
public static final String endLineAction = "caret-end-line";
public static final String EndOfLineStringProperty = "__EndOfLine__";
public static final String endOfLineStringProperty = "__EndOfLine__";
public static final String endParagraphAction = "caret-end-paragraph";
public static final String endWordAction = "caret-end-word";
public static final String forwardAction = "caret-forward";
......
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