Search:

Type: Posts; User: nasi

Search: Search took 0.08 seconds.

  1. Thread: Font Size

    by nasi
    Replies
    5
    Views
    4,127

    Re: Font Size

    what you have sent has some errors I test the following code but it doesn't do any thing.



    HTMLEditorKit Hkit = new HTMLEditorKit();
    editorpane.setEditorKit(Hkit);
    StyleSheet...
  2. Thread: Font Size

    by nasi
    Replies
    5
    Views
    4,127

    Re: Font Size

    yes the content is html. the problem is that when the file is displayed by web browser the font size is normal but when it is shown in the JEditorPane the words become larger. I want to force...
  3. Thread: Font Size

    by nasi
    Replies
    5
    Views
    4,127

    Font Size

    I am trying to change the Font size of a JEditorPane by using following method




    setFont(new Font("Verdana", Font.PLAIN, 10));


    but it the font doesn't change. Is there anything else that...
Results 1 to 3 of 3