view GRAAL_AUTHORS @ 3101:6ccb95c97e6d

IdealGraphVisualizer: Work around a problem with JSplitPane and the NetBeans editor: setDividerLocation() doesn't work when the split pane has not been layouted and painted yet. JSplitPane then initially uses a tiny width for the left editor component, which causes the editor to calculate invalid offsets and constantly throw exceptions, particularly on mouse events. Thus, defer adding the two components and setting the divider's location.
author Peter Hofer <peter.hofer@jku.at>
date Thu, 30 Jun 2011 12:17:27 +0200
parents 70d8d239eb89
children 61369a06f03c
line wrap: on
line source

Lukas Stadler (stadler@ssw.jku.at)
* July - September 2010: Initial feature-complete implementation, remote compilation
* Since April 2011: New IR design

Gilles Duboscq (gilles.duboscq@oracle.com)
* Since April 2011: New IR design

Peter Hofer (hofer@ssw.jku.at)
* Since May 2011: Graphviz visualization

Thomas Wuerthinger (thomas.wuerthinger@oracle.com)
* June 2011: Initial prototype
* October 2010 - January 2011: Bug fixes (all DaCapo's pass), better performance on SciMark than C1
* Since April 2011: New IR design