Window Demo
App: apps/window_demo/
Shows how to read the current window title, width, and height from the Window API.
Run from root
Section titled “Run from root”% ./plume3d window_demoor
Run from app directory
Section titled “Run from app directory”% ./../plume3d .What it does
Section titled “What it does”- One GUI window that displays
Window.getTitle(),Window.getWidth(), andWindow.getHeight().