Articles
- Northen Strike 2142 Fix

How to get Northen Strike to work. -Fresh install of 2142 -1.25 Patch -Nothern Strike -1.40 Patch -1.50 Patch Hope this helps, it worked for me.

No comments

- JScrollPane back to top

If you want to make your JScrollPane return to the top once you have enter some text, try this: myTextArea.setCaretPosition( 0 ) It places the curser back to zero and in turn makes the JScrollPane go back to the top. Worked for me, hope this helps someone.

No comments