J
Jenny
Hi,
I do not understand the line below.
public static class Point2D.Double
extends Point2D
The API Doc says it is a nested class. But a nested class should be
defined inside the Point2D, not to use "extends", right?
Could you tell me how to define a class name with . in it? I have a
class Test. I create a new class
public class Test.p extends Test {
}
It give me an error.
Thanks a lot.
I do not understand the line below.
public static class Point2D.Double
extends Point2D
The API Doc says it is a nested class. But a nested class should be
defined inside the Point2D, not to use "extends", right?
Could you tell me how to define a class name with . in it? I have a
class Test. I create a new class
public class Test.p extends Test {
}
It give me an error.
Thanks a lot.