Is there any application for Java like "Tour de Flex" for Flex 4 which provides samples for Java6?
Do yo开发者_JS百科u know any software like this?
For JavaFX download Java SE Development Kit Demos and Samples.
The Ensemble8 demo is very similar to Tour de Flex but for JavaFX...
This demo is available in both source and executable .jar form.
Take a look at Sun's A Visual Guide to Swing Components. It's only a static web page but gives an idea of the components and what they look like.
Java is a general purpose language and it has many different farmeworks that may look or resemlbe Flex e.g. JavaFX, Java Applets, GWT, even JSP/JSF based solutions that reuse a lot of Web 2.0 stuff etc.
Here are some links:
http://javafx.com/samples/
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCheckBox
Oracle's JDK contains a demo folder, but is not exhaustive.
精彩评论