Giter VIP home page Giter VIP logo

desktoppanefx's People

Contributors

aalmiray avatar alextech avatar lincolnminto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

desktoppanefx's Issues

how to add background image

i try using desktoppanefx with tornadofx but i want to know how to add image background into desktoppane when start form

onShowing and onShown InternalWindowEvent handlers are not working

Hi,

The WINDOW_SHOWING and WINDOW_SHOWN event handlers aren't getting called.

I used the following simple code for testing:

window.setOnShowing(e -> System.out.println(e.getEventType()));
window.setOnShown(e -> System.out.println(e.getEventType()));

desktopPane.addInternalWindow(window);

I also attached the following InternalWindowEvent handlers and they all worked fine.

window.setOnMaximizing(e -> System.out.println(e.getEventType()));
window.setOnMaximized(e -> System.out.println(e.getEventType()));

window.setOnRestoring(e -> System.out.println(e.getEventType()));
window.setOnRestored(e -> System.out.println(e.getEventType()));

window.setOnMinimizing(e -> System.out.println(e.getEventType()));
window.setOnMinimized(e -> System.out.println(e.getEventType()));

window.setOnHiding(e -> System.out.println(e.getEventType()));
window.setOnHidden(e -> System.out.println(e.getEventType()));

window.setOnCloseRequest(e -> System.out.println(e.getEventType()));

Please let me know if you need any additional info. I'm using the latest 0.12.0 release.

Regards,
Ravi

License violations were found

Replicate

Attempted to update the demo application to use JavaFX 11 and Gradle 6.6.1.

  1. Download desktop-pane-fx.zip.
  2. Unzip the archive.
  3. Change to the project directory.
  4. Run: gradle clean build

Expected

Application builds.

Actual

Missing header in: subprojects/desktoppanefx-core/desktoppanefx-core.gradle
> Task :desktoppanefx-core:licenseGradle FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':desktoppanefx-core:licenseGradle'.
> License violations were found: /home/username/dev/java/desktoppanefx/subprojects/desktoppanefx-core/desktoppanefx-core.gradle}

Environment

Liberica JDK 14 (full), Linux (XFCE/X11), IntelliJ 2020 (recent version), Gradle 6.6.1

JFXCentral Badge

Would be great if you could add this badge to your readme:

[![JFXCentral](https://img.shields.io/badge/Find_me_on-JFXCentral-blue?logo=googlechrome&logoColor=white)](https://www.jfx-central.com/libraries/desktoppanefx)

Redetached window becomes content of DesktopPane

Hi. I found this behaviour:

  1. Open new window on desktop pane
  2. Maximize it
  3. Click detach
  4. Click attach
  5. Click Maximize

After the last step the content of window becomes content of the desktop pane. Whatever was on the desktop pane gets lost.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.