Does anyone have a example of slot machine in Java using swing?

前端 未结 2 1378
时光说笑
时光说笑 2020-12-21 13:38

I want to get some examples about the GUI of an slot machine written in java, I know that it\'s kind of specific thing, but i want to know if it\'s possible to do some anima

2条回答
  •  甜味超标
    2020-12-21 14:32

    It isn't a slot machine simulation, but you may find related features in this example.

    Addendum: The example cited uses Unicode glyphs for variety, but another trick is to implement the Icon interface, which works nicely with some components. This example decorates a JButton for use in a game, while this example extends a child of JLabel to render a table.

提交回复
热议问题