Hello

I got an error when i try to compile the UILookupTextField. The method 
setForegroundColor could not be compiled (Method super.setForegroundColor could 
not be found):


  /**
   * This method is overwritten here, so we can remember when the user sets the 
foreground color on the server side.
   */
  public void setForegroundColor(int red, int green, int blue, int alpha, 
boolean refresh)
  {
    super.setForegroundColor(red, green, blue, alpha, refresh);
    fForeground = getTextComponent().getForeground();
  }

Regards

Torsten Hofmann
Dipl. - Informatiker (FH)
IT Consultant Business Integration
 
Würth Phoenix GmbH
Drillberg 6
D-97980 Bad Mergentheim

Phone: +49 7931 91 6284
Fax: +49 7931 91 7284
E-Mail: [EMAIL PROTECTED]
Website: www.wuerth-phoenix.de

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to