From 5f2ce2944b1460367109dcbc453290409b450527 Mon Sep 17 00:00:00 2001 From: Jani Laakso Date: Thu, 26 Apr 2007 17:03:48 +0000 Subject: [PATCH] KeyboardShortcut considered as beta. svn changeset:1361/svn branch:trunk --- WebContent/index.html | 2 +- src/com/itmill/toolkit/demo/KeyboardShortcut.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WebContent/index.html b/WebContent/index.html index 27505a1d17..1f3a9904a9 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -220,7 +220,7 @@

Keyboard events demo

Contains few Toolkit UI components that can be interacted by pressing keys in keyboard. - Note: This feature is under development and is considered as alpha. + Note: This feature is under development and is considered as beta.

Source code: KeyboardShortcut.java diff --git a/src/com/itmill/toolkit/demo/KeyboardShortcut.java b/src/com/itmill/toolkit/demo/KeyboardShortcut.java index 8dc0982641..ac5f2e69a0 100644 --- a/src/com/itmill/toolkit/demo/KeyboardShortcut.java +++ b/src/com/itmill/toolkit/demo/KeyboardShortcut.java @@ -6,7 +6,7 @@ import com.itmill.toolkit.event.Action.Handler; import com.itmill.toolkit.ui.*; /** - * Note: This feature is under development and is considered as alpha + * Note: This feature is under development and is considered as beta * * @author IT Mill Ltd. * @@ -48,7 +48,7 @@ public class KeyboardShortcut extends com.itmill.toolkit.Application implements main .addComponent(new Label( "

Test application for shortcut actions

" - + "Note: This feature is under development and is considered as alpha.
" + + "Note: This feature is under development and is considered as beta.
" + "Note: if events do not work, set focus to Textfield first.", Label.CONTENT_XHTML)); main -- 2.39.5