Search:

Type: Posts; User: albertkao

Search: Search took 0.07 seconds.

  1. Junit3 error: Implicit super constructor TestCase() is not visible

    The following code has this error compiled in Eclipse:
    Implicit super constructor TestCase() is not visible. Must explicitly invoke another constructor


    package com.my.prog;

    import...
  2. Replies
    1
    Views
    2,044

    Class design for GUI program

    My Swing GUI program will display different screens depending on the value of the prop attribute (variable).
    Some data (e.g. address) are common (present) for all screens and some data are unique...
Results 1 to 2 of 2