java.net fixed, hehSteve 0 122 So.
I did have Myriad Pro on this laptop.
Backed up the fonts, deleted them out of c:\windows\fonts, and suddenly
java.net displays... in Aria...
GPS Requires Network??Lawrence 1 135 I wrote a simple test program to dump out info about all the
LocationProviders on my HTC Desire (Android 2.2) as per these calls
<http://developer...
DataGridView in Javaet57 2 475 I need a Java equivalent to the .NET DataGridView: a way to display
data from a database file, and I need to be able to modify/extend the
source, in...
Where Do PrintStream Exceptions Go?Lawrence 4 119 Write to most OutputStreams, and you have to deal with the possibility of
IOExceptions. But wrap an OutputStream in a PrintStream, and the
IOExcep...
Datagram socket problemDirk 10 131 Got a bug somewhere...
Is this bit of code going to cause problems ie the bit running in the
loop? I find that the code never exits ds.receive(inco...
Tool for compatibility checking?Mike 4 193 Does anyone know of a tool, preferably open source, for checking that
versions N and N+1 of a library are compatible? Ideally:
* The tool is ope...
Documenting toolDirk 3 183 Is there a documenting tool somewhere that draws out the method calls in
diagrammatic form? That can show you a graphical representation of your
p...