Two little fixes I commited to classpath but not to libgcj first
From-SVN: r66222
This commit is contained in:
parent
ca55ba498a
commit
f0fad938da
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user