Search:

Type: Posts; User: ubermoe

Search: Search took 0.37 seconds.

  1. Re: Assigning a Value to a Class extending a Superclass

    The .java template inserted automatically from NetBeans is:


    package javatest;

    /**
    *
    * @author ubermoe
    */
    public class Javatest {
  2. Re: Assigning a Value to a Class extending a Superclass

    Well Kevin, I don't think I am that skilled to judge that but it seemed to me as a new approach of accessing nested classes. The truth is that I didn't consider the AndroidCon as a nested class but a...
  3. Re: Assigning a Value to a Class extending a Superclass

    cs13,
    Thank you so much. I tried that and it worked so that you so much.

    KevinWorkman,
    Your method is also working. I just replaced "public" with "static" and my original code is working again....
  4. Assigning a Value to a Class extending a Superclass

    I'm learning Java programming and today I was into a document on classes.

    I've created a superclass and a subclass as the following:


    package objects;
    public class Objects {

    String...
Results 1 to 4 of 4