Esempio n. 1
0
 /** Initialize class fields. */
 public void init(
     ScreenLocation itsLocation,
     BasePanel parentScreen,
     Converter fieldConverter,
     int iDisplayFieldDesc,
     Map<String, Object> properties) {
   super.init(itsLocation, parentScreen, fieldConverter, iDisplayFieldDesc, properties);
 }