GUI enhancement: Add 'hand' cursor and tooltip to 'Not Registered Yet?' links on initial 'Sign Up' dialog

cusax-fix
Alan Kelly 18 years ago
parent d3897ad49b
commit 5601953501

@ -249,6 +249,10 @@ public AccountRegistrationPanel(
JLabel.RIGHT);
signupLabel.setFont(signupLabel.getFont().deriveFont(10f));
signupLabel.setCursor(new Cursor(Cursor.HAND_CURSOR));
signupLabel.setToolTipText(
Resources.getString(
"plugin.simpleaccregwizz.SPECIAL_SIGNUP"));
signupLabel.addMouseListener(new MouseAdapter()
{
public void mousePressed(MouseEvent e)

Loading…
Cancel
Save