December 23rd, 2011 06:10 PM
I'm sorry, I wasn't aware everyone here uses notepad and a compiler.:lol:
December 23rd, 2011 01:04 PM
I'm new to Java and NetBeans and was wondering if there were any shortcut keys while using the GUI Builder? I searched the help docs and online but couldn't find anything. It's quite a task to...
December 22nd, 2011 11:19 AM
That's a cool project! I did one similiar for my dad's company and it allowed them to push their productivity to take on much more business.
Does GoogleDocs have a database model??
From what...
December 19th, 2011 12:43 PM
Exactly what I was looking for! Thanks for the pointer.:)
December 19th, 2011 02:31 AM
I just signed up to this forum tonight for some help with Java. I'm a C# dev on contract with Microsoft right now and the Win8 machines that have been around the office are scaring me straight. I...
December 19th, 2011 02:15 AM
Hey guys,
There has to be another thread on this but unfortunately the search function isn't working for me tonight!
If anyone can point me in that direction, that would be great.:cool:
...
December 19th, 2011 02:09 AM
Hey guys,
I'm a C# dev who's switching to Java.
Is there a way to override the JFrame.type functionality to provide it with more aesthetically pleasing native windows? I'm using the NetBeans...
December 19th, 2011 01:25 AM
lolzorz, that's a typical hours wage anyway.
ps. hope you got it done! and a Beginning Java class costs ~$500 yet a beginning Java book only costs you $30 and can be read in a weekend. Choose...
December 19th, 2011 01:13 AM
+1 to the above.:thumb:
Just copied this directly from my framework's text reader.
Using a FileReader, you can read in each line to return a string array. Using the line number - 1, you can...