|
5 years ago ::
Jun 03, 2008 - 8:25PM
#51
|
|
|
Fits the glove a bit better, I think... although it still is not all too well  I would find it odd to call being bashed in your face by a monk a "meditation", you know? Give us a few more ideas, people!
If you have questions about 4th Edition - don't hesitate to ask me via PMs. Join the Community Monster Manual Group and help to collect a mass of monsters which will make your life as DM easier, and your life as Player pure hell!  I am a cartographer. You can find some of my maps in my profile, free for non-commercial use. Also, if you happen to like maps or make them yourselves, join into the Cartographers Group!
|
|
|
|
5 years ago ::
Jun 03, 2008 - 9:15PM
#52
|
Date Joined:
Mar 15, 2005
|
|
|
|
|
5 years ago ::
Jun 04, 2008 - 1:38AM
#53
|
Date Joined:
Mar 10, 2007
|
This looks awesome guys. I'll give a try the moment you release it and give full credit anytime I post my work. I'm already hashing out ideas for some giant toads (since the MM1 seems to lack these guys).
|
|
|
|
5 years ago ::
Jun 04, 2008 - 5:14AM
#54
|
Date Joined:
Dec 21, 2005
|
I would find it odd to call being bashed in your face by a monk a "meditation", you know? While it's not perfect, I think it's not much odder than getting bashed by a paladin with a sword with a "prayer".
Cheers, LT.
|
|
|
|
5 years ago ::
Jun 04, 2008 - 5:52AM
#55
|
|
|
That one I give you, is true!  We will take all possibilities into consideration, both from here and EnWorld!
If you have questions about 4th Edition - don't hesitate to ask me via PMs. Join the Community Monster Manual Group and help to collect a mass of monsters which will make your life as DM easier, and your life as Player pure hell!  I am a cartographer. You can find some of my maps in my profile, free for non-commercial use. Also, if you happen to like maps or make them yourselves, join into the Cartographers Group!
|
|
|
|
5 years ago ::
Jun 04, 2008 - 6:02AM
#56
|
|
|
Evilholyguy: Can you please reduce the overall size of your 'No!' as it causes this webpage to stretch too much to be confortable to read. kthxbai
Serious now, this looks to be an interesting program. I have to ask though, why Java? I have problems running PCGen (also Java-based) and it's not cause of my PC specs or the version Java I am running. It's because the program is clunky and very slow to respond to my actions. Having been programming with Java for over 3 years at my current job I can state with a fact that bad programming can make Java applications very slow while good programming can make applications nearly as good as native.
For instance, programmers trying to do too much in the event dispatch thread and not farming the work out to SwingWorkers or background threads can cause GUI programs to become very unresponsive.
I'm not sure how to resolve the formatting issue offhand, but if I run into a possible resolution I'll post it here.
Something I did want to point out from looking at your screenshots is that it seems you're using the standard metal theme instead of the system-specific one. You can try using this code to see if you like the look-and-feel any better:
try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (ClassNotFoundException e) { e.printStackTrace(); } catch (InstantiationException e) { e.printStackTrace(); } catch (IllegalAccessException e) { e.printStackTrace(); } catch (UnsupportedLookAndFeelException e) { e.printStackTrace(); }
|
|
|
|
5 years ago ::
Jun 04, 2008 - 6:19AM
#57
|
|
|
I looked a little more into JTextArea and wanted to ask, did you set the editor kit for the text area? It defaults to plain text, so you might try to set it to either StyledEditorKit or RTFEditorKit.
|
|
|
|
5 years ago ::
Jun 04, 2008 - 6:41AM
#58
|
|
|
Very big THANK YOU, Kainsin!  I will bump E_L to this thread ASAP, as he is doing the Java work!
If you have questions about 4th Edition - don't hesitate to ask me via PMs. Join the Community Monster Manual Group and help to collect a mass of monsters which will make your life as DM easier, and your life as Player pure hell!  I am a cartographer. You can find some of my maps in my profile, free for non-commercial use. Also, if you happen to like maps or make them yourselves, join into the Cartographers Group!
|
|
|
|
5 years ago ::
Jun 04, 2008 - 7:28AM
#59
|
Date Joined:
Jul 20, 2006
|
|
|
|
|
5 years ago ::
Jun 04, 2008 - 7:29AM
#60
|
Date Joined:
May 22, 2006
|
Maybe i oversaw it but...where can i download it? ^^' (There seems tobe some who could try it in the first posts of this thread)
|
|
|