import java.awt.Rectangle; void: main(String[]: args) = { i1 = Rectangle.new().getLocation().x; output << "i1 = " << i1 << "\n"; }