Hacker News new | ask | show | jobs
by abstractwater 5379 days ago
Who was that "Princeton computer graphics intern" and what did he build afterwards?
1 comments

Dude...its all such a blur..I'd have to rent a time machine and hit the computer graphics depts at all the ivies. But I did find some JTable code from way back then, in the bugfix archive http://www.mail-archive.com/classpath-patches@gnu.org/msg018...

public void setRowHeight(int rh, int row) { setRowHeight(rh); // FIXME: not implemented }

So that was actual code that Sun shipped. A method setRowHeight(rh,row) that allowed you to change the height of row number 'row' to 'rh', instead changed the height of ALL rows to 'rh' because the alternative was too hard and therefore not implemented! So much for multi-height rows.