Jump to content

Simple windowed application: Difference between revisions

m
(added ooRexx)
m (→‎{{header|ooRexx}}: added output)
Line 1,261:
End
userData~label~setText("Button was pressed" text)</lang>
Output:
 
<pre>rexx ShowCount.rxj
 
This Rexx program was invoked by Rexx, JVM loaded by Rexx!
---
win_size (standard): java.awt.Dimension[width=180,height=91]
but_size (standard): java.awt.Dimension[width=162,height=23]
win_size (enlarged): java.awt.Dimension[width=270,height=91]
but_size (enlarged): java.awt.Dimension[width=252,height=23]
---</pre>
 
=={{header|Oz}}==
2,299

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.