Update of /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/ui/components
In directory sc8-pr-cvs1:/tmp/cvs-serv10548/src/org/devaki/nextobjects/ui/components
Modified Files:
CustomButton.java
Log Message:
Buffered graphics
Index: CustomButton.java
===================================================================
RCS file: /cvsroot/nextobjects/nextobjects/nextobjects/src/org/devaki/nextobjects/ui/components/CustomButton.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CustomButton.java 11 Feb 2003 12:04:41 -0000 1.2
--- CustomButton.java 31 May 2003 11:48:33 -0000 1.3
***************
*** 23,27 ****
* @param tooltipText Text that appears as a Tool Tip
* @param isEnabled Is the button enabled or not
! * @param type Is the button font small or not
*/
public CustomButton(final String text,
--- 23,27 ----
* @param tooltipText Text that appears as a Tool Tip
* @param isEnabled Is the button enabled or not
! * @param isSmall Is the button font small or not
*/
public CustomButton(final String text,
|