Procházet zdrojové kódy

Added "list of properties" into welcome message.

svn changeset:852/svn branch:trunk
tags/6.7.0.beta1
Jani Laakso před 17 roky
rodič
revize
d981e0e293

+ 1
- 1
src/com/itmill/toolkit/demo/features/IntroWelcome.java Zobrazit soubor

@@ -58,7 +58,7 @@ public class IntroWelcome extends Feature {
+ " <a href=\"http://www.itmill.com\" target=\"_new\">www.itmill.com</a>.";

private static final String WELCOME_TEXT_LOWER = ""
+ "This area contains the selected component's description, API documentation"
+ "This area contains the selected component's description, list of properties, javadoc"
+ " and optional code sample."
+ "<br /><br />To see how simple it is to create IT Mill Toolkit application,"
+ " click <em>Code Sample</em> tab."

Načítá se…
Zrušit
Uložit