Search:

Type: Posts; User: sumoon

Search: Search took 0.07 seconds.

  1. Re: Is it possible for me to simplify this code to not use "super" here - I did not understand this

    is there an alternative to using super in the code snippet above
  2. Is it possible for me to simplify this code to not use "super" here - I did not understand this

    public class Reset extends JButton {
    Reset() {
    super("Reset");
    super.setText("Reset");
    int h = 20, w = 20;
    int x = 0 * 20; int y = 7 * 30;...
  3. unable to make thi work - program connectfour

    I will format this and resend - sorry
Results 1 to 3 of 3