Home
last modified time | relevance | path

Searched refs:pS (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPDgui.java68 Panel pS = new Panel(); in SLPDgui() local
69 pS.setLayout(new FlowLayout()); in SLPDgui()
70 pS.add(new Button("Quit")); in SLPDgui()
72 add("South", pS); in SLPDgui()