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

-test.1.3.3.source-code.jsonExample3.json Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
{"widget": {
  "debug": "on",
  "window": {
    "title": "Sample Konfabulator Widget",
    "name": "main_window",
    "width": 500,
    "height": 500
  },
  "image": {
    "src": "Images/Sun.png",
    "name": "sun1",
    "hOffset": 250,
    "vOffset": 250,
    "alignment": "center"
  },
  "text": {
    "data": "Click Here",
    "size": 36,
    "style": "bold",
    "name": "text1",
    "hOffset": 250,
    "vOffset": 100,
    "alignment": "center",
    "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
  }
}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy