jcrpg - java classic rpg

Post any topic here, DW related or not.

Moderator: Admin

User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

F:character.zip
human_rework_200.png
handleEvent lookDown
handleEvent lookDown
handleEvent lookDown
handleEvent enter

These are the last lines b4 it closes out
Bring on the Dancing Horses!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:F:character.zip
human_rework_200.png
handleEvent lookDown
handleEvent lookDown
handleEvent lookDown
handleEvent enter

These are the last lines b4 it closes out
I'm really sad that I cant find a way to help you right now... :( I'll try to look into your previous log once again.

What is your system spec? I know you have a GF6150, what about RAM, CPU, operating system, java runtime environment version?

thanks for posting the logs!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

BTW, what's the last thing you do when the program exits? Pressing ENTER on Start Game?

(Beware, that pressing ESC anywhere quits the game.)
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

I press enter on start game, and then it closes me out.
My system info is:
AMD Athlon 64x2 Dual Core 4200+
2.2GHz 1.93GB of Ram
Bring on the Dancing Horses!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:I press enter on start game, and then it closes me out.
My system info is:
AMD Athlon 64x2 Dual Core 4200+
2.2GHz 1.93GB of Ram
Pretty good setup. And what about the Sun JRE version you have installed on your machine?

I'm trying to reproduce it on my GF6200Go , creating new chars and everything, but it doesn't happen.. It's so bad that the log doesn't contain any error or hint to it ... :roll:

Have you tried to start a party with only the pre-generated characters?
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

jre1.5.0_06
I am checking for updates. I will download and install if they are available.
If there are any, hopefully that will fix it.
Bring on the Dancing Horses!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:jre1.5.0_06
I am checking for updates. I will download and install if they are available.
If there are any, hopefully that will fix it.
jre1.5 is just very good, it should work without problems I think. What bugs me the most that there's no error on the log at all.

So have you tried to start a game with only the pregenerated characters without your own characters?
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

Yes, I tried that too.
Bring on the Dancing Horses!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:Yes, I tried that too.
I wish I had your video card so that I could test it and tweak logging to get some information somehow... I will try to look at logging if it is set detailed enough... i think it is set to logging all, so I just can't understand why it doesn't.......
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

Well, it has something to do with my computer. I tried on my work computer, and it works fine. Unfortunately, I can't really try it out here. I will try downloading it again from home.
Bring on the Dancing Horses!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:Well, it has something to do with my computer. I tried on my work computer, and it works fine. Unfortunately, I can't really try it out here. I will try downloading it again from home.
Really nice, that you didn't give up on testing! :) I bet it's related to shaders or texture sizes, something specific around your videocard. You have one of the 6xxx's series lowest model, 6150, so it may have some restrictions I don't yet know of... i will try to compare the GL_XXX values in your log with my log, probably I can spot differences.
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

Well, definitely keep me posted if you find something. I am not in a position to get a high end video card right now however. I will check some settings in control panel for the video card. I tried turning off the animated grass, etc. The shadow stuff was already set to off. I will try some other things as well. Any suggestions would be welcomed.
Bring on the Dancing Horses!
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:Well, definitely keep me posted if you find something. I am not in a position to get a high end video card right now however. I will check some settings in control panel for the video card. I tried turning off the animated grass, etc. The shadow stuff was already set to off. I will try some other things as well. Any suggestions would be welcomed.
Sun Jun 01 16:54:40 CEST 2008 com.jme.scene.state.lwjgl.LWJGLShaderObjectsState - GL_MAX_VERTEX_ATTRIBS: 16
GL_MAX_VERTEX_UNIFORM_COMPONENTS: 1024
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: 2048
GL_MAX_TEXTURE_COORDS: 8
GL_MAX_TEXTURE_IMAGE_UNITS: 16
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 16
GL_MAX_VARYING_FLOATS: 32
1.20 NVIDIA via Cg compiler

These are my values at a 6200Go, another "low-end" video card, laptop version. Much higher values for GL_MAX_VERTEX_UNIFORM_COMPONENTS and FRAGMENT_U._C.s too... and 1.20 Cg compiler, not 1.10 otherwise no big differences.

I think I'll look at the code if there's something wrong with shader "non-loading" when animations are set off. Probably it loads it somehow (it shouldn't), and causes a problem although it is not used effectively. I'll keep you updated if I find something to change in the codes, and will provide you a patch if so...
User avatar
illespal
Crueman
Posts: 82
Joined: Fri Oct 21, 2005 1:27 am
Location: Budapest, Hungary
Contact:

Post by illespal »

chaney wrote:Well, definitely keep me posted if you find something. I am not in a position to get a high end video card right now however. I will check some settings in control panel for the video card. I tried turning off the animated grass, etc. The shadow stuff was already set to off. I will try some other things as well. Any suggestions would be welcomed.
I've found some logging restrictions in my log filter class, Jcrpg.class. This covers a lot of log which may be useful in our case right now.

So!
At this site you can download the a.zip containing the Jcrpg.class and should copy it into the game directory path ./bin/org/jcrpg/apps Run the game with logging true, and please copy the log here.
Link:
http://forum.freegamedev.net/index.php? ... 00&start=0

Thanks!
User avatar
chaney
Stalker
Posts: 683
Joined: Tue Nov 08, 2005 9:51 am
Location: San Diego

Post by chaney »

Here is the entire log after replacing the jcprg.class file
Tue Jun 03 06:11:13 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:13 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:14 CDT 2008 com.jme.app.BaseGame - Application started.
Tue Jun 03 06:11:14 CDT 2008 com.jme.system.PropertiesIO - PropertiesIO created
Tue Jun 03 06:11:14 CDT 2008 com.jme.system.PropertiesIO - Read properties
Tue Jun 03 06:11:15 CDT 2008 java.awt.Window - + Window.resetGC(): new GC is
+ sun.awt.Win32GraphicsConfig@1f9dc36[dev=Win32GraphicsDevice[screen=0],pixfmt=0]
+ this is com.jme.system.lwjgl.LWJGLPropertiesDialog[dialog0,335,334,354x99,layout=java.awt.BorderLayout,MODELESS,title=Select Display Settings,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,346x65,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager - prepare: new BufferInfo: com.jme.system.lwjgl.LWJGLPropertiesDialog[dialog0,335,334,354x99,layout=java.awt.BorderLayout,MODELESS,title=Select Display Settings,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,346x65,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager$BufferInfo - getBufferStrategy: created bs: java.awt.Component$BltSubRegionBufferStrategy@18ee9d6
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager - prepare: contents restored in prepare
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 4 30 350 95
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_GAINED_FOCUS,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_ACTIVATED,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - Setting global active window to com.jme.system.lwjgl.LWJGLPropertiesDialog[dialog0,335,334,354x99,layout=java.awt.BorderLayout,MODELESS,title=Select Display Settings,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,346x65,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true], old active null
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 javax.swing.SortingFocusTraversalPolicy - ### Getting first component in dialog0
Tue Jun 03 06:11:15 CDT 2008 javax.swing.SortingFocusTraversalPolicy - ### Will add defaults: false
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - tempLost {0}, toFocus {1}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - focus owner is null or this
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - SNFH for {0} in {1}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - 0. Current focus owner {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - 0. Native focus owner {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - 0. Native focused window {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - Request {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - Enqueue at {0} for {1}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - 5. SNFH_PROCEED for javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - Pass for javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_OPENED,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.FocusEvent[FOCUS_GAINED,permanent,opposite=null,cause=ACTIVATION] on javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:15 CDT 2008 java.awt.KeyboardFocusManager - Calling peer {0} setCurrentFocusOwner for {1}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - Markers before FOCUS_GAINED on {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - >>> Markers dump, time: {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - Markers after FOCUS_GAINED
Tue Jun 03 06:11:15 CDT 2008 java.awt.DefaultKeyboardFocusManager - >>> Markers dump, time: {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - java.awt.FocusEvent[FOCUS_GAINED,permanent,opposite=null,cause=ACTIVATION] on javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:15 CDT 2008 sun.awt.im.InputContext - Current client component javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:15 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 9 35 88 55
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:15 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 156 35 197 55
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 156 35 197 55
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 119 67 164 90
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - RequestFocusController returns {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - SNFH for {0} in {1}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - 0. Current focus owner {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - 0. Native focus owner {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - 0. Native focused window {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - Request {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - Enqueue at {0} for {1}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - 2. SNFH_HANDLED for {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - Pass for javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true]
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 119 67 164 90
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.FocusEvent[FOCUS_LOST,permanent,opposite=javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true],cause=UNKNOWN] on javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - Calling peer {0} setCurrentFocusOwner for {1}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - java.awt.FocusEvent[FOCUS_LOST,permanent,opposite=javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true],cause=UNKNOWN] on javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.FocusEvent[FOCUS_GAINED,permanent,opposite=javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480],cause=UNKNOWN] on javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true]
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - Calling peer {0} setCurrentFocusOwner for {1}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - Markers before FOCUS_GAINED on {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - >>> Markers dump, time: {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - Markers after FOCUS_GAINED
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - >>> Markers dump, time: {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - java.awt.FocusEvent[FOCUS_GAINED,permanent,opposite=javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480],cause=UNKNOWN] on javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true]
Tue Jun 03 06:11:16 CDT 2008 sun.awt.im.InputContext - Current client component javax.swing.JComboBox[,5,6,79x20,layout=com.sun.java.swing.plaf.windows.WindowsComboBoxUI$3,alignmentX=0.0,alignmentY=0.0,border=com.sun.java.swing.plaf.windows.XPStyle$XPStatefulFillBorder@a8c488,flags=16777544,maximumSize=,minimumSize=,preferredSize=,isEditable=false,lightWeightPopupEnabled=true,maximumRowCount=8,selectedItemReminder=640 x 480]
Tue Jun 03 06:11:16 CDT 2008 sun.awt.im.InputContext - Current client component javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true]
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 119 67 164 90
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - beginPaint
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager - endPaint: region 9 35 88 55
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 com.jme.system.PropertiesIO - Saved properties
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_LOST_FOCUS,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - Active {0}, Current focused {1}, losing focus {2} opposite {3}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.FocusEvent[FOCUS_LOST,permanent,opposite=null,cause=CLEAR_GLOBAL_FOCUS_OWNER] on javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true]
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - Calling peer {0} setCurrentFocusOwner for {1}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - java.awt.FocusEvent[FOCUS_LOST,permanent,opposite=null,cause=CLEAR_GLOBAL_FOCUS_OWNER] on javax.swing.JButton[,115,5,45x23,alignmentX=0.0,alignmentY=0.5,border=com.sun.java.swing.plaf.windows.XPStyle$XPEmptyBorder@a37368,flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=Ok,defaultCapable=true]
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_DEACTIVATED,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - Setting global active window to null, old active com.jme.system.lwjgl.LWJGLPropertiesDialog[dialog0,335,334,354x99,hidden,layout=java.awt.BorderLayout,MODELESS,title=Select Display Settings,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,346x65,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.FocusEvent[FOCUS_LOST,permanent,opposite=null] on dialog0
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - Skipping {0} because focus owner is null
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_CLOSED,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:16 CDT 2008 javax.swing.BufferStrategyPaintManager$BufferInfo - disposed BufferInfo for: com.jme.system.lwjgl.LWJGLPropertiesDialog[dialog0,335,334,354x99,hidden,layout=java.awt.BorderLayout,MODELESS,title=Select Display Settings,defaultCloseOperation=HIDE_ON_CLOSE,rootPane=javax.swing.JRootPane[,4,30,346x65,layout=javax.swing.JRootPane$RootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=16777673,maximumSize=,minimumSize=,preferredSize=],rootPaneCheckingEnabled=true]
Tue Jun 03 06:11:16 CDT 2008 java.awt.Component - {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.KeyboardFocusManager - >>> {0}
Tue Jun 03 06:11:16 CDT 2008 java.awt.DefaultKeyboardFocusManager - java.awt.event.WindowEvent[WINDOW_CLOSED,opposite=null,oldState=0,newState=0] on dialog0
Tue Jun 03 06:11:16 CDT 2008 org.jcrpg.threed.J3DCore - jME version 1.0
Tue Jun 03 06:11:16 CDT 2008 com.jme.input.joystick.DummyJoystickInput - Joystick support is disabled
Tue Jun 03 06:11:16 CDT 2008 com.jme.system.lwjgl.LWJGLDisplaySystem - LWJGL Display System created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.renderer.lwjgl.LWJGLRenderer - LWJGLRenderer created. W: 640H: 480
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.state.lwjgl.LWJGLShaderObjectsState - GL_MAX_VERTEX_ATTRIBS: 16
GL_MAX_VERTEX_UNIFORM_COMPONENTS: 1024
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: 2048
GL_MAX_TEXTURE_COORDS: 8
GL_MAX_TEXTURE_IMAGE_UNITS: 16
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 16
GL_MAX_VARYING_FLOATS: 32
1.20 NVIDIA via Cg compiler
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.state.lwjgl.LWJGLShaderObjectsState - GL_MAX_VERTEX_ATTRIBS: 16
GL_MAX_VERTEX_UNIFORM_COMPONENTS: 1024
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: 2048
GL_MAX_TEXTURE_COORDS: 8
GL_MAX_TEXTURE_IMAGE_UNITS: 16
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 16
GL_MAX_VARYING_FLOATS: 32
1.20 NVIDIA via Cg compiler
Tue Jun 03 06:11:18 CDT 2008 org.jcrpg.threed.J3DCore - Running on: nv4_disp
Driver version: 6.14.11.7516
NVIDIA Corporation - GeForce 6150 LE/PCI/SSE2/3DNOW! - 2.1.2
Tue Jun 03 06:11:18 CDT 2008 com.jme.renderer.AbstractCamera - Camera created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.util.lwjgl.LWJGLTimer - Timer resolution: 1000 ticks per second
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Child (FPS label) attached to this node (FPS node)
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (rootNode)
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Child () attached to this node (null)
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:18 CDT 2008 com.jme.renderer.lwjgl.LWJGLTextureRenderer - FBO support detected.
Tue Jun 03 06:11:19 CDT 2008 com.jme.renderer.lwjgl.LWJGLTextureRenderer - Init RTT camera
Tue Jun 03 06:11:19 CDT 2008 com.jme.renderer.AbstractCamera - Camera created.
Tue Jun 03 06:11:19 CDT 2008 com.jme.renderer.lwjgl.LWJGLTextureRenderer - setup fbo tex with id 2: 160,120
Tue Jun 03 06:11:19 CDT 2008 com.jme.renderer.lwjgl.LWJGLTextureRenderer - setup fbo tex with id 3: 160,120
Tue Jun 03 06:11:19 CDT 2008 com.jme.renderer.lwjgl.LWJGLTextureRenderer - setup fbo tex with id 4: 160,120
Tue Jun 03 06:11:19 CDT 2008 com.jme.scene.state.lwjgl.LWJGLShaderObjectsState - GL_MAX_VERTEX_ATTRIBS: 16
GL_MAX_VERTEX_UNIFORM_COMPONENTS: 1024
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: 2048
GL_MAX_TEXTURE_COORDS: 8
GL_MAX_TEXTURE_IMAGE_UNITS: 16
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 16
GL_MAX_VARYING_FLOATS: 32
1.20 NVIDIA via Cg compiler
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.state.lwjgl.LWJGLShaderObjectsState - GL_MAX_VERTEX_ATTRIBS: 16
GL_MAX_VERTEX_UNIFORM_COMPONENTS: 1024
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: 2048
GL_MAX_TEXTURE_COORDS: 8
GL_MAX_TEXTURE_IMAGE_UNITS: 16
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 16
GL_MAX_VARYING_FLOATS: 32
1.20 NVIDIA via Cg compiler
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.state.lwjgl.LWJGLShaderObjectsState - GL_MAX_VERTEX_ATTRIBS: 16
GL_MAX_VERTEX_UNIFORM_COMPONENTS: 1024
GL_MAX_FRAGMENT_UNIFORM_COMPONENTS: 2048
GL_MAX_TEXTURE_COORDS: 8
GL_MAX_TEXTURE_IMAGE_UNITS: 16
GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS: 16
GL_MAX_VARYING_FLOATS: 32
1.20 NVIDIA via Cg compiler
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (rootNode)
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (hud) attached to this node (hudNode)
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (SIGN_SUN) attached to this node (hudNode)
Tue Jun 03 06:11:20 CDT 2008 com.jme.scene.Node - Child (SIGN_DIR) attached to this node (hudNode)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (Q_LOAD) attached to this node (hudNode)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (Q_DICE) attached to this node (hudNode)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (Q_ECONOMY) attached to this node (hudNode)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBox_Main) attached to this node (TextBoxNode_Main_0)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Child (TextBoxNode_Main_0) attached to this node (hudNode)
Tue Jun 03 06:11:21 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Child (mainMenu.png) attached to this node (windowNode)
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Child (mainMenuButtonNewGame.png) attached to this node (windowNode)
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Child (mainMenuButtonSaveGame.png) attached to this node (windowNode)
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Child (mainMenuButtonLoadGame.png) attached to this node (windowNode)
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Child (mainMenuButtonOptions.png) attached to this node (windowNode)
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Child (mainMenuButtonQuit.png) attached to this node (windowNode)
Tue Jun 03 06:11:22 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (mainMenu.png) attached to this node (windowNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (baseWindowFrame.png) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (S) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (S) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (d) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (d) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (d) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (d) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (:) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (:) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child removed.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (inputBase.png) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (x) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (x) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (1) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (1) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (buttonBase.png) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (N) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (N) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (w) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (w) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (C) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (C) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (buttonBase.png) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (R) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (R) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (m) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (m) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (v) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (v) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (C) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (C) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (.) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (.) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (buttonBase.png) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (S) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (S) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (G) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (G) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (m) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (m) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (buttonBase.png) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (D) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (D) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (C) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (C) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (.) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (.) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (U) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (U) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (U) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (U) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (p) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (p) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (/) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (/) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (D) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (D) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (w) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (w) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (v) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (v) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (g) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (g) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (a) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (u) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (u) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (g) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (g) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (.) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (.) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (null) attached to this node (InputBaseNode)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (InputBaseNode) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Node created.
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (P) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (P) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (L) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (L) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (e) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (f) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (f) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (/) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (/) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (R) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (R) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (g) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (g) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (h) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (c) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (r) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (o) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (l) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (i) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (s) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (,) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (,) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child ( ) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (E) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (E) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (n) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node (null)
Tue Jun 03 06:11:23 CDT 2008 com.jme.scene.Node - Child (t) attached to this node
Bring on the Dancing Horses!
Post Reply