05-09-2014, 07:20 AM
(05-09-2014, 06:38 AM)gid15 Wrote:Actually I just add 1 jTabbedPane, 6 jLabel and 2 jTextField.(05-08-2014, 02:43 PM)onelight Wrote: to make jpcsp more friendly, I add some code by myselfGreat!
just like this
Could you send me the changes as a patch file?
Also, I would prefer to activate ProOnline with a checkbox in the settings instead of using a different start script.
I write only 4 line code, other code is generate by NetBeans IDE, also update languages( Zh, Zh-TW)
Code:
setStringFromSettings(metaServerTextField, "network.ProOnline.metaServer");
setStringFromSettings(broadcastAddressTextField,"network.broadcastAddress");
Code:
setStringToSettings(metaServerTextField, "network.ProOnline.metaServer");
setStringToSettings(broadcastAddressTextField,"network.broadcastAddress");
changed code.zip (Size: 34.65 KB / Downloads: 175)
As a coder I just a beginner, forgive my Coding Style and bug (if it have)