-QA Testing-
512 character 99 lines that looks better now
still cant place the cursor with the mouse inside the logbook window properly
and the mouse clicks in the logbook do interact with the background
(tried that with the inventory being overlapped by the logbook)
however ... i did run into a nullpointer while testing this-
i was copy pasting random text into the logbook and adding line breaks (had to delete character for that because i already did reach the 412 limit)
on saving the content the following error happened
that nullpointer also happens randomly after clicking and changing stuff inside the logbook.
cant find a pattern for it.
```lines=10
[2016-03-10 11:23:50] [CLIENT] Admin parameter 0: SmilingTester
[2016-03-10 11:23:50] [CLIENT] Admin parameter 1: log_book
[2016-03-10 11:26:33] [CLIENT][PlayerInput] successfully deactivated obfuscated.U@76c6c66b
[2016-03-10 11:26:43] [SHADER] validate: current FBO: 4
[2016-03-10 11:26:46] chat carrier reset!!! up 37
[2016-03-10 11:26:46] [CLIENT] Admin parameter 0: SmilingTester
[2016-03-10 11:26:46] [CLIENT] Admin parameter 1: log_book
[2016-03-10 11:26:53] NOW GRABBING: UnnamedSceneNode; 0; -1
[2016-03-10 11:26:54] [CLIENT][GUI] contect pane for meta item Logbook
(rigth click with mouse cursor)
[2016-03-10 11:26:56] RESET
[2016-03-10 11:27:06] NOW GRABBING: UnnamedSceneNode; 0; -1
[2016-03-10 11:27:07] SWITCHING SLOTS: 66, 68
[2016-03-10 11:27:08] NOW GRABBING: UnnamedSceneNode; 0; -1
[2016-03-10 11:27:25] [CLIENT] FORMATING: [368]; type: Integer
[2016-03-10 11:27:25] [CLIENT] FORMATING: [[SERVER]: SERVER AUTO-SAVING]; type: String
[2016-03-10 11:27:25] [CLIENT][POPUP] GAME: [SERVER]: SERVER AUTO-SAVING
[2016-03-10 11:27:35] NOW GRABBING: UnnamedSceneNode; 0; -1
[2016-03-10 11:27:38] NOW GRABBING: UnnamedSceneNode; 0; -1
[2016-03-10 11:27:40] CHAT CARRIER: 512 -> 475
[2016-03-10 11:27:40] CHAT CARRIER: 475 -> 380
[2016-03-10 11:27:40] CHAT CARRIER: 380 -> 379
[2016-03-10 11:27:40] CHAT CARRIER: 379 -> 250
[2016-03-10 11:27:40] CHAT CARRIER: 250 -> 249
[2016-03-10 11:27:40] CHAT CARRIER: 249 -> 154
[2016-03-10 11:27:48] MAX 1 / 49; next: 248 NNext 249
[2016-03-10 11:27:49] MAX 129 / 0; next: 249 NNext 378
[2016-03-10 11:27:49] MAX 1 / 128; next: 378 NNext 379
[2016-03-10 11:27:50] MAX 1 / 80; next: 474 NNext 475
[2016-03-10 11:27:55] CHAT CARRIER: 502 -> 476
[2016-03-10 11:28:04] [GLFRAME] THROWN: class java.lang.NullPointerException Now Printing StackTrace
[2016-03-10 11:28:04] java.lang.NullPointerException
[2016-03-10 11:28:04] at obfuscated.abQ.<init>(SourceFile:42)
[2016-03-10 11:28:04] at obfuscated.BB.a(SourceFile:824)
[2016-03-10 11:28:04] at obfuscated.BQ.callback(SourceFile:85)
[2016-03-10 11:28:04] at org.schema.schine.network.client.GUICallbackController.execute(SourceFile:40)
[2016-03-10 11:28:04] at obfuscated.C.updateStateInput(SourceFile:1364)
[2016-03-10 11:28:04] at obfuscated.avx.a(SourceFile:1167)
[2016-03-10 11:28:04] at obfuscated.C.h(SourceFile:2865)
[2016-03-10 11:28:04] at obfuscated.QF.run(SourceFile:92)
[2016-03-10 11:28:04] at java.lang.Thread.run(Unknown Source)
```