Search:

Type: Posts; User: zaphod2003

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,544

    Re: FocusListener

    I am trying to do some form of field validation. Basically I have say 5 JTextFields on a form and when a user completes a field and it loses the focus I want it to validate the entry and if the...
  2. Replies
    2
    Views
    1,544

    FocusListener

    I am trying to create a FocusListener method that I where I can pass the method to be called. For example (and I know this doesnt work)


    private void addFL(Component aptjf, Component met1,...
  3. Replies
    3
    Views
    1,553

    Re: Issue with abstract classes

    Found out the answer why from another question in the forums


    The problem is the abstract method has to be declared public. All it was I was missing the public declaration....


    :-B
  4. Replies
    3
    Views
    1,553

    Issue with abstract classes

    Hi

    Maybe I'm missing something here but I can't seem to put abstract classes anywhere but in the same package as the class that extends it.

    For example, I create 2 classes like this:


    ...
Results 1 to 4 of 4