blob: 57d76e7ae23fa9b28862d5ee51832641df596dcd [file] [log] [blame]
package test.wksp.eclipse;
public class X15 {
/**
* Check if the selection area is currently wide enough so that both the
* 'New' & 'Delete' buttons are shown without truncation. If so, do nothing.
* Otherwise, increase the width of this dialog's Shell just enough so that
* both buttons are shown cleanly.
*/
void foo() {
}
}