Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.17 seconds.

  1. Replies
    10
    Views
    6,843

    Re: JEditorPane in a JScrollPane

    Do something for debug purposes. Get the dimensions of the JEditorPane before and after the divider is moved. If they are the same, it means the viewing window changed but the JEditorPane itself has...
  2. Replies
    10
    Views
    6,843

    Re: JEditorPane in a JScrollPane

    Every so often, you'll stumble upon something really stupid in Java; this seems to be one of those times.

    My immediate suggestion would be to use a JTextArea instead, but since you're using a...
Results 1 to 2 of 2