Search:

Type: Posts; User: Goff256

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,185

    Re: Cannot get to compile

    - I have change that, and now it says there are no classes.
    - I'm guessing it can just see input? I'm not exactly sure. I'm a... noob.
  2. Replies
    4
    Views
    1,185

    Re: Cannot get to compile

    A) My apologies, good sir. Thank you for your help.

    I re-watched this tutorial and... alright, I re-worked it a little.

    import javax.swing.*;
    public class Circle {

    public double...
  3. Replies
    4
    Views
    1,185

    Cannot get to compile

    import javax.swing.*;
    public class Circle {

    public double showRadius;
    public Circle (double showRadius){
    input=showRadius;
    }
    public void main(String[] args) {...
Results 1 to 3 of 3