Search:

Type: Posts; User: _lithium_

Search: Search took 0.16 seconds.

  1. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Re: Auto Select

    I've tried that. I think the focus listener doesn't have what i'm looking for.

    ::Edit::

    I think all I need to do is know how to pass to this now:
    class AutoSelect extends MouseAdapter {...
  2. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Re: Auto Select

    How do I call to an inner class like the above example code?
  3. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Re: Auto Select

    I'm completely confused on this portion still, I got it to the point where it generates an autoselect.class when the app is ran but can't figure out where/how to use it... in the main app:
    class...
  4. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Re: Auto Select

    Yeah I tried the above coding and it didn't seem to work, It keeps saying "StudentScoresApp.java:149: '{' expected
    public class AutoSelect()"
    ^

    I implemented...
  5. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Re: Auto Select

    "Create an AutoSelect class at the end of this StudentsScoresApp class that highlights all of the data in the scoreTextField when the mouse is clicked on that TextField. That way, the user doesn’t...
  6. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Re: Auto Select

    Yeah, the goal of this is to just to give focus to the textfield so the user can automatically start typing into the field instead of having to click it and manually delete the text already there. I...
  7. Thread: Auto Select

    by _lithium_
    Replies
    14
    Views
    3,134

    Auto Select

    How do you utilize the AutoSelect class after you make it?
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.text.*;
    public class AutoSelect extends FocusAdapter {...
Results 1 to 7 of 7