Bug 858680

Summary: Inappropriate widgets in text adventure example application
Product: [JBoss] JBoss Enterprise BRMS Platform 5 Reporter: jgargula
Component: ExamplesAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: unspecified    
Version: BRMS 5.3.1CC: mvecera
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.