Giter Club home page Giter Club logo

jfxtras-labs-samples's Introduction

JFXtras

A supporting library for JavaFX, containing helper classes, extended layouts, controls and other interesting widgets. See the JFXtras website for more details and screen clips.

Project structure:

Root project 'jfxtras-parent'
+--- Module 'jfxtras-agenda'
+--- Module 'jfxtras-common'
+--- Module 'jfxtras-controls'
+--- Module 'jfxtras-font-roboto'
+--- Module 'jfxtras-fxml'
+--- Module 'jfxtras-gauge-linear'
+--- Module 'jfxtras-icalendaragenda'
+--- Module 'jfxtras-icalendarfx'
+--- Module 'jfxtras-menu'
+--- Module 'jfxtras-test-support'
\--- Module 'jfxtras-window'

How to use

The easiest way to use JFXtras is by using Maven or Gradle and access the Maven central repository.

The group-id is org.jfxtras, the artifact-id is the module name.

Maven:
<dependency>
  <groupId>org.jfxtras</groupId>
  <artifactId>jfxtras-controls</artifactId>
  <version>11-r1-SNAPSHOT</version>
</dependency>
Gradle:
compile group: 'org.jfxtras', name: 'jfxtras-controls', version: '11-r1-SNAPSHOT'

License

JFXtras uses the new BSD license

jfxtras-labs-samples's People

Contributors

daviddbal avatar mario-s avatar mrlonee avatar saipradeepdandem avatar tbee avatar teabeeoh 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

Watchers

 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

jfxtras-labs-samples's Issues

Gradle project on NetBeans

When I open the Gradle project in NetBeans and Build it, I get this error:

AILURE: Build failed with an exception.

  • Where:
    Build file 'D:\Graz_2013\Sense_Phd_Project\New Folder\jfxtras-labs-samples-8.0\jfxtras-labs-samples-8.0\build.gradle' line: 28

  • What went wrong:
    A problem occurred evaluating root project 'jfxtras-labs-samples'.

    Failed to apply plugin [class 'com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin']
    Could not create task of type 'ShadowJar'.

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 0.226 secs

Cannot perform signing task ':signArchives' because it has no configured signatory

Under win10, I would like to compile it, the following error message:

`
:classes UP-TO-DATE
:jar UP-TO-DATE
:signArchives FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':signArchives'.

    Cannot perform signing task ':signArchives' because it has no configured signatory

`
Can anyone tell me why this is, thank you!

Cannot build with java 18.

1....```
jfxtras-labs-samples> .\gradlew build
Downloading https://services.gradle.org/distributions/gradle-4.0-bin.zip

2.```
................
Unzipping C:\Users\user\.gradle\wrapper\dists\gradle-4.0-bin\3p92xsbhik5vmig8i90n16yxc\gradle-4.0-bin.zip to C:\Users\user\.gradle\wrapper\dists\gradle-4.0-bin\3p92xsbhik5vmig8i90n16yxc

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine java version from '18.0.1.1'.

java --version
openjdk 18.0.1.1 2022-04-22
OpenJDK Runtime Environment (build 18.0.1.1+2)
OpenJDK 64-Bit Server VM (build 18.0.1.1+2, mixed mode, sharing)

Is it necessary to lower Java version ?

error trying to run samples

I am getting problem trying to run java -jar F:\jfxtras-labs-samples-8.0-r6-SNAPSHOT-shadow.jar, as you guys stated on http://jfxtras.org.

C:\Users\MJRN>java -version
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)

C:\Users\MJRN>java -jar F:\jfxtras-labs-samples-8.0-r6-SNAPSHOT-shadow.jar
Error: Unable to access jarfile F:\jfxtras-labs-samples-8.0-r6-SNAPSHOT-shadow.jar

C:\Users\MJRN>java -jar F:\jfxtras-labs-samples-8.0-r6-SNAPSHOT-all.jar
Initialising FXSampler sample scanner...
Discovering projects...
Found project 'JFxtras', with sample base package 'jfxtras.samples'
Found project 'JFxtrasLabs', with sample base package 'jfxtras.labs.samples'
java.nio.file.AccessDeniedException: Ambiente de impressão
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsDirectoryStream.(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(Unknown Source)
at java.nio.file.Files.newDirectoryStream(Unknown Source)
at java.nio.file.FileTreeWalker.visit(Unknown Source)
at java.nio.file.FileTreeWalker.next(Unknown Source)
at java.nio.file.Files.walkFileTree(Unknown Source)
at java.nio.file.Files.walkFileTree(Unknown Source)
at fxsampler.util.SampleScanner.scanPath(SampleScanner.java:174)
at fxsampler.util.SampleScanner.loadFromPathScanning(SampleScanner.java:156)
at fxsampler.util.SampleScanner.discoverSamples(SampleScanner.java:72)
at fxsampler.FXSampler.start(FXSampler.java:106)
at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162 auncherImpl.java:863)
at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$175(PlatformImpl.java:326)
at com.sun.javafx.application.PlatformImpl.lambda$null$173(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$174(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$148(WinApplication.java:191)
at java.lang.Thread.run(Unknown Source)

In Centos 7 I got even worse infinite error loop!
Where am I wrong??? Can somebody guide me to how run this as easy as possible.

Failed to build

smalafeev@MacBook-Pro~/Downloads/jfxtras-labs-samples $ gradle build
Download http://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/1.2.2/shadow-1.2.2.pom
Download https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom
Download http://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/1.2.2/shadow-1.2.2.jar
Download https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/smalafeev/Downloads/jfxtras-labs-samples/build.gradle' line: 28

* What went wrong:
A problem occurred evaluating root project 'jfxtras-labs-samples'.
> Failed to apply plugin [class 'com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin']
   > Could not create task of type 'ShadowJar'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 9.132 secs

OS X, Java 8, gradle 2.14

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.