I\'m new to Java (have experience with C#),
this is what I want to do:
public final class MyClass { public class MyRelatedClass { ... }
Try defining MyRelatedClass as static.
MyRelatedClass
edit More on the subject http://java.sun.com/docs/books/tutorial/java/javaOO/nested.html