Search:

Type: Posts; User: psychobeagle12

Search: Search took 0.16 seconds.

  1. Replies
    7
    Views
    3,529

    [SOLVED] Re: JTextArea font/character count issue

    I actually discovered the setRows and setColumns having to be set AFTER font size thing earlier today with my font size. I completely eliminated window resizing and used pack () to make the window...
  2. Replies
    7
    Views
    3,529

    [SOLVED] Re: JTextArea font/character count issue

    So. I'm back :D I wrote some code based on FontMetrics and trying to resize the font to provide an exact size for 80*25 characters but I have to say I am terrible at math. Here is the code I have so...
  3. Replies
    7
    Views
    3,529

    [SOLVED] Re: JTextArea font/character count issue

    Thanks guys for your replies! Yes I have used the constructor that specifies columns and rows but that doesn't work right because of the font size I guess. When I set it to 20, 50 I get about eighty...
  4. Replies
    7
    Views
    3,529

    [SOLVED] JTextArea font/character count issue

    Hi everyone! This is my first post to this forum and I would like to say first that I am glad to be part of a Java community. I have been working for some time on making my own toy virtual machine in...
Results 1 to 4 of 4