All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.test.xml Maven / Gradle / Ivy

Go to download

Lots of Nifty example code! You can find the source for nearly all demos/tutorials in here.

There is a newer version: 1.4.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<nifty xmlns="http://nifty-gui.lessvoid.com/nifty-gui">
  <screen id="start" controller="de.lessvoid.nifty.examples.test.TestScreen">
    <layer id="stuff" childLayout="center">
      <panel childLayout="vertical" backgroundColor="#444f" padding="10px">
        <panel childLayout="horizontal">
          <!-- vertical test -->
          <panel childLayout="vertical" backgroundColor="#f00f" padding="10px" marginRight="10px">
            <panel width="80px" height="80px" backgroundColor="#0f0f" childLayout="center">
              <text font="console.fnt" text="80 x 80" color="#ffff" />
            </panel>
            <panel width="160px" height="100px" backgroundColor="#00ff" childLayout="center">
              <text font="console.fnt" text="160 x 100" color="#ffff" />
            </panel>
          </panel>
  
          <!-- horizontal test -->
          <panel childLayout="horizontal" backgroundColor="#f00f" padding="10px" marginRight="10px">
            <panel width="80px" height="80px" backgroundColor="#0f0f" childLayout="center">
              <text font="console.fnt" text="80 x 80" color="#ffff" />
            </panel>
            <panel width="160px" height="100px" backgroundColor="#00ff" childLayout="center">
              <text font="console.fnt" text="160 x 100" color="#ffff" />
            </panel>
          </panel>
  
          <!-- center test -->
          <panel childLayout="center" backgroundColor="#f00f" padding="10px">
            <panel width="80px" height="80px" backgroundColor="#0f08" childLayout="center">
              <text font="console.fnt" text="80 x 80" color="#ffff" />
            </panel>
            <panel width="160px" height="100px" backgroundColor="#00f8" childLayout="center">
              <text font="console.fnt" text="160 x 100" color="#ffff" />
            </panel>
          </panel>
        </panel>
      </panel>
    </layer>
  </screen>
</nifty>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy