This class contains the following code:
this.setHorizontalAlignment(SwingConstants.RIGHT);
this.setToolTipText(RESOURCES.getString("TOOLTIP_015"));
this.setToolTipText(null);
ppclass cannot find the methods which are part of
JComponent, if you change this to super it works.