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
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.