如何在smalltalk中显示消息框?(吱)

Ary*_*dlé 2 smalltalk squeak

如何使用smalltalk中的单个"确定"按钮在消息框对话框中显示消息?

aka*_*ice 5

在Squeak,你会写

 UIManager default inform: 'This is the standard way'.
Run Code Online (Sandbox Code Playgroud)