|
Feb 20 |
awarded | Nice Question |
|
Feb 11 |
awarded | Informed |
|
Dec 6 |
comment |
Highlight and Bold text in JTextPane Other than using HTML as mentioned below, you can use a StyledDocument to change the text attributes, as suggested in a related question |
|
Sep 27 |
answered | Editing with Coda |
|
Sep 20 |
awarded | Yearling |
|
Jul 18 |
accepted | Tolerating malformed statements with ANTLR (e.g., for code-completion) |
|
Mar 11 |
awarded | Notable Question |
|
Mar 10 |
awarded | Popular Question |
|
Jan 18 |
comment |
reassign a new “character” to a key, so that it gets printed instead of the default letter for the key The tutorial linked to above has example code that you can try out via JNLP. It shows key presses, including modifiers (CTRL, etc). Is there anything more specific you're looking for? |
|
Nov 9 |
awarded | Notable Question |
|
Nov 2 |
awarded | Revival |
|
Sep 20 |
awarded | Yearling |
|
Jun 12 |
awarded | Enlightened |
|
Jun 4 |
awarded | Popular Question |
|
Feb 23 |
accepted | Reset a flex label width to “auto” after setting an explicit width? |
|
Nov 12 |
comment |
Tolerating malformed statements with ANTLR (e.g., for code-completion) I have a catch clause, as described in the wiki, but the exception, understandably, fires on the overarching function rule, not the particular hosed statement. My grammar needs (I assume) to support partial statements, but I haven't managed to hack that together... Xtext is an interesting alternative, though. Thanks for the link. |
|
Nov 12 |
asked | Tolerating malformed statements with ANTLR (e.g., for code-completion) |
|
Nov 5 |
revised |
How do I change the appearance of nodes in a Tree control in Flex using an extended TreeItemRenderer? added explanation after checking the flex source |
|
Nov 4 |
revised |
How do I change the appearance of nodes in a Tree control in Flex using an extended TreeItemRenderer? added another example link |
|
Nov 4 |
answered | How do I change the appearance of nodes in a Tree control in Flex using an extended TreeItemRenderer? |