Questions tagged [jfxtras]

JFXtras is an open source project that wants to provide to the developers additional pieces for JavaFx (layouts, utility, additional fields, ...).

JFXtras is an open source project that wants to provide to the developers additional pieces for JavaFx (layouts, utility, additional fields, ...).

JFXtras Logo

License is the New BSD License.

94 questions
-1
votes
1 answer

how to set Value to to LocalDateTimeTextField?

I use the JFXtras library in my project and when i get the value from LocalDateTimeTextField it appeared like this 1 juin 2017 01:00:00 My problem is when I want to set value to it. I tried many methods but do not worked String date="1 juin 2017…
Amirouche Zeggagh
  • 3,428
  • 1
  • 25
  • 22
-1
votes
1 answer

How to import the JFXtras libraries to use in an assignment project?

What's the best way of importing the JFXtras libraries (specifically, jfxtras-labs) so that I can use them in my assignment project? I need to make sure that my code is able to run on both my and my professor's computer. I'm new to JFXtras so any…
user5508297
  • 805
  • 2
  • 9
  • 24
-1
votes
1 answer

how do i run VFXWindows sample project?

I'm trying to create a JavaFX MDI application. Using FXML files on JFXPanel then on JInternalFrame was giving lots of problems for the Pop-up components like menu and ComboBox Now I'm trying to use VFXWindow from jfxtras. I took one of these…
Dushyant Bangal
  • 6,048
  • 8
  • 48
  • 80
-3
votes
1 answer

When i run this code it gives me a "java.lang.reflect.InvocationTargetException" error

package teste1; import javafx.application.Application; import javafx.scene.Scene; import javafx.stage.Stage; import java.time.LocalDate; import jfxtras.scene.control.agenda.Agenda; public class Teste1 extends…
Pedro Figueiredo
  • 457
  • 5
  • 13
1 2 3 4 5 6
7