CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Battle Programmer Rii

Search: Search took 0.02 seconds.

  1. Re: How to apply multiple Styles to selected text in JTextPane

    Hi,

    I worked it out. The problem is that I kept calling addStyle() which was overwriting the previous Style. What I needed to do was call addStyle() once and just set the StyleConstants to this...
  2. How to apply multiple Styles to selected text in JTextPane

    Hi,

    I have tried using Google (my friend) to research a technique in applying multiple Styles to a selected text and have had no luck. I am using a JTextPane, it currently works so that only one...
  3. Replies
    1
    Views
    1,226

    jTextPane

    Hi all,

    I am new to the forum here and would like to say hi :-)

    For setting the indentation of text in jTextPane, what would be the preferred method of doing this?

    I would like to mimic the...
  4. Re: can someone help me with this if statement

    Hi,

    I believe you should check for :

    if(AnagramLetters.equals(""))

    or if you still want to check for a null :

    if(AnagramLetters.equals(null) || AnagramLetters.equals(""))
  5. Re: can someone help me with this if statement

    Hi,

    I believe that instead of checking for :

    if(AnagramLetters.equals(""))

    or if you still want to check for a null :

    if(AnagramLetters.equals(null) || AnagramLetters.equals(""))
  6. Replies
    15
    Views
    4,243

    Re: need help urgent please

    Hi,

    I am not sure what a SD2054 module is, but what are you trying to save this data to?
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured