TestIssue99: specify panel widths, clarify interpretation of results

accellbaker
Stephen Gold 6 years ago
parent 36ddb5b0ce
commit fff16c2328
  1. 4
      jme3-examples/src/main/java/jme3test/niftygui/TestIssue99.java
  2. 4
      jme3-examples/src/main/resources/Interface/Nifty/test-issue-99.xml

@ -41,8 +41,8 @@ import de.lessvoid.nifty.screen.ScreenController;
* Test case for JME issue #99: blendMode="multiply" in Nifty renders * Test case for JME issue #99: blendMode="multiply" in Nifty renders
* incorrectly. * incorrectly.
* <p> * <p>
* If successful, two text labels will be visible. If unsuccessful, only the top * If successful, two text labels will be legible. If unsuccessful, only the top
* one will be visible. * one will be legible.
* *
* @author Stephen Gold sgold@sonic.net * @author Stephen Gold sgold@sonic.net
*/ */

@ -10,7 +10,7 @@ The GUI layout for the TestIssue99 application.
<panel childLayout="horizontal" <panel childLayout="horizontal"
backgroundColor="#888f" backgroundColor="#888f"
height="160px"> height="160px" width="640px">
<control name="label" <control name="label"
color="#000f" color="#000f"
text="The text of a label." text="The text of a label."
@ -25,7 +25,7 @@ The GUI layout for the TestIssue99 application.
<panel childLayout="horizontal" <panel childLayout="horizontal"
backgroundColor="#888f" backgroundColor="#888f"
height="160px"> height="160px" width="640px">
<control name="label" <control name="label"
color="#000f" color="#000f"
text="The text of another label." text="The text of another label."

Loading…
Cancel
Save