7 ms·
Who was that "Princeton computer graphics intern" and what did he build afterwards?
by abstractwater 15y ago
Who was that "Princeton computer graphics intern" and what did he build afterwards?
- dxbydt 15y agoDude...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/msg01839.html 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.