Description:
Support for and criticism of the Java System.
|
|
|
Very Huge collection of Solutions Manuals & Test Banks
|
| |
Hello,
We would like to inform you that we have updated our list with the
following new titles.
You can contact us directly at Student.p24(at)Hotmail(dot)com .
If the title you are looking for is not listed, do not hesitate to
contact us,
we will try to help.
==========
2011 Federal Taxation, 5th Edition 2011, Pratt.Kulsrud, Instructor... more »
|
|
File Viewer Interface
|
| |
Ironically, the best file viewer I ever used was created for DOS,
called Lotus Magellan. With a single keystroke you could view and
file and the viewing came up instantly. It let you use wildcards that
spanned multiple directories, and sort in various orders.
The to its success was a C interface you could use to implement a... more »
|
|
type juggling
|
| |
Have you noticed how much coding is just type converting to get data
into the form wanted my some method?
e.g Date vs long vs Calendar
String vs File vs absolute name, just name, just extension, webroot
relative name
String vs Font
hex int vs String vs Color object
You have a great pile of things to plug into each other, and a pile of... more »
|
|
TEN Java.exes
|
| |
I counted TEN copies of Java.exe on my machine. This does not count
Javaw.exe which hides the console. There really only need to be two, a 32-bit and 64-bit version.
I think it is time to prune the two of them out of the JDK and use
only the ones in the JRE. It just causes confusion when you have so... more »
|
|
Unified connections
|
| |
I gave up last night trying to hook up the VCR section of the DVD
player to the stereo. There were dozens of connectors all with labels
that made them look like plausible candidates.
I cringe at the thought of trying to hook up my computer to the amp so
we can watch NetFlix on the computer.... more »
|
|
Structured HTML
|
| |
jTextArea.setText( someHTML ); takes FOREVER for an even moderately
long document.
It is parsing the HTML and turning it into some sort of tree structure
for rendering.
It would be nice if:
1. you could pre-parse the HTML and feed it the digested tree quickly
to the JTextArea.
2. There were methods you could use to build a tree directly without... more »
|
|
|