Bug 858680 - Inappropriate widgets in text adventure example application
Summary: Inappropriate widgets in text adventure example application
Keywords:
Status: NEW
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: Examples
Version: BRMS 5.3.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-19 12:12 UTC by jgargula
Modified: 2023-05-01 08:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description jgargula 2012-09-19 12:12:31 UTC
Description of problem:
There are some inappropriate widgets in text adventure example application. The summary of that is below:

1. "send" button should be JButton instead of JToggleButton (purpose of JToggleButton is something else than just simple click on a button)

2. All "outputs" components on the form should be non-editable. There is no need to be able to write to or delete from any outputs (textareas, table cells).

3. The table containing "property" and "value" is useless. It seems that this component has no purpose and there are just some data which have no meaning and are never changed.


Version-Release number of selected component (if applicable):
BRMS 5.3.1.ER1


Additional info/questions:
Is this game about some adventure or does it have a story? Or is it just about changing events? Even after watching the video http://downloads.jboss.org/drools/videos/text-adventures.swf I wouldn't call it a game. User can just click buttons and play nothing.


Note You need to log in before you can comment on or make changes to this bug.