Skip to content

1.1.3

Choose a tag to compare

@Paulsenik Paulsenik released this 19 Mar 20:05
· 40 commits to main since this release

New

  • PSerialConnection: can connect to Serial/USB-Devices and send data
  • PSerialListener: is used in PSerialConnection to receive data
  • PSystem: Provides system-information and functions (e.g. OS-Type)
  • PConsole: Run a given Command in the Terminal/Console (Linux/Windows) and get the response

Updates

  • Elements can now be disabled: If enabled=false: The Event-/Listening-System ignores this Element and also doesn't draw it.
  • Made Standard-Fonts of PUIText public static
  • JOptionPane-Methods of PUIElement refer to methods in PUIFrame
  • Added visiblecheck on draw(g) in PUICanvas
  • Demo: Enabled- & PSystem-demonstration

Bug-Fixes

  • PUIElement and PUIFrame are now Threadsafe
  • PUISlider can't be interacted with
  • reset() of PUIMatrix now removes all Elements from Frame
  • When losing focus during click. Then gaining focus again, the Element can't be clicked the first time.