Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated. * Makefile.in: Likewise. * scripts/makemake.tcl: Use glob -nocomplain. From-SVN: r107049
This commit is contained in:
parent
02e549bfaa
commit
8f523f3a10
1241 changed files with 97711 additions and 25284 deletions
|
@ -1,5 +1,5 @@
|
|||
/* BasicFormattedTextFieldUI.java
|
||||
Copyright (C) 2004 Free Software Foundation, Inc.
|
||||
Copyright (C) 2004, 2005 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -39,6 +39,7 @@ exception statement from your version. */
|
|||
package javax.swing.plaf.basic;
|
||||
|
||||
import javax.swing.JComponent;
|
||||
import javax.swing.UIDefaults;
|
||||
import javax.swing.plaf.ComponentUI;
|
||||
|
||||
/**
|
||||
|
@ -48,6 +49,7 @@ public class BasicFormattedTextFieldUI extends BasicTextFieldUI
|
|||
{
|
||||
public BasicFormattedTextFieldUI()
|
||||
{
|
||||
// Nothing to do here.
|
||||
}
|
||||
|
||||
public static ComponentUI createUI(JComponent c)
|
||||
|
@ -55,6 +57,11 @@ public class BasicFormattedTextFieldUI extends BasicTextFieldUI
|
|||
return new BasicFormattedTextFieldUI();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the prefix for entries in the {@link UIDefaults} table.
|
||||
*
|
||||
* @return "FormattedTextField"
|
||||
*/
|
||||
protected String getPropertyPrefix()
|
||||
{
|
||||
return "FormattedTextField";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue