Searched refs:setBounds (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewer.java118 void setBounds(Rectangle rectangle); method in interface:Viewer
H A DViewerImpl.java486 public void setBounds(Rectangle r) { method in class:ViewerImpl
489 getComponent().setBounds(r.x, r.y, r.width, r.height);
H A DRectQuadTree.java461 setBounds(random.nextInt(width - cWidth),
481 setBounds(random.nextInt(width - cWidth),
/barrelfish-master/usr/eclipseclp/JavaInterface/tests/
H A DEclipseMapColourer.java375 mapSizeLabel.setBounds(10, 10, 58, 16);
380 mapSizeSlider.setBounds(73, 10, 192, 16);
394 mapSizeTextField.setBounds(270, 8, 40, 20);
400 mapScalingLabel.setBounds(10, 40, 64, 16);
407 mapScalingTextField.setBounds(80, 38, 110, 20);
414 mapSizeOkButton.setBounds(206, 40, 50, 20);
431 mapSizeCancelButton.setBounds(262, 40, 50, 20);
/barrelfish-master/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java199 setBounds(inset, inset,

Completed in 95 milliseconds