JavaFX : Making Push Notifications

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • Push notification is a great way to notify users about something important, like download completion or processing completion. Java or JavaFX doesn't have native support for notifications.
    In this video, I have shown how to make use of Notifications class from ControlsFX library. ControlsFX is a great addition for JavaFX UI controls. It is open source and feature rich.
    You can download ControlsFX library from fxexperience.co....
    - Genuine Coder
    www.genuinecode...

КОМЕНТАРІ • 40

  • @wesosdequeso8360
    @wesosdequeso8360 7 років тому +18

    It's great to see the JavaFX community is growing.

  • @victorasuquo9841
    @victorasuquo9841 6 років тому +2

    Thanks so much for your videos I have watched a couple of them. And they have been greatly helpful. I'm just starting up as a developer. And your work has been inspiring.keep it up sir.

  • @seantan9793
    @seantan9793 3 роки тому +1

    How do you convert the github project for ControlsFX into a jar?

  • @21rhidoy
    @21rhidoy 7 років тому

    hi, is this is possible to show notification after exit the application? i means will you make some tutorial on this? your every tutorial is awesome and best i found in youtube on javafx.

  • @calmness_world
    @calmness_world 4 роки тому

    how to use masker pane? (after clicking on a button, masker pane is shown for some time and then rest of the action is continued)

  • @calmness_world
    @calmness_world 4 роки тому

    Why Thread.sleep() is not working in this case? How to pop it after each 5 seconds?

  • @markokroselj7
    @markokroselj7 4 роки тому

    If I minimize the main window I get Exception in thread "JavaFX Application Thread" java.lang.NullPointerException: Owner window must not be null

  • @mohammadalfatihahmed1307
    @mohammadalfatihahmed1307 5 років тому

    Hello brother, and thanks for you, is this code is only run in my computer or can i sent this notification to client from the server ,i.e. if i have application in application server and client user access the application and i put this code in some form does he get the notification in his computer or it need some others code.

  • @gugupereira1234
    @gugupereira1234 5 років тому

    The NotificationPane component does not appear when I try to use it to version 8.40, would it have some sort of solution?

  • @adrianozanette8665
    @adrianozanette8665 5 років тому

    Hello brother, how do I add an item to the database when the message push notification is possible in java desktop? thank you

  • @luizfernandoareas25
    @luizfernandoareas25 6 років тому

    Thank you. Very good class

  • @Edifier1221
    @Edifier1221 7 років тому +1

    thank you so much, this was great!

  • @zoltancseh4350
    @zoltancseh4350 6 років тому

    Is there a way to customize the style of the notification?

  • @jhancarlosilvaochoa5720
    @jhancarlosilvaochoa5720 3 роки тому

    custom style for notifications?

  • @ashwinithakare9082
    @ashwinithakare9082 3 роки тому

    great video thanks for sharing.

  • @topdev6176
    @topdev6176 6 років тому

    hava.Notifications is not existe in ControlsFX 8.40.14 ??

  • @multikillbossgames
    @multikillbossgames 7 років тому

    hi , i have a little prblm i dont know why but the image wont load , am working with intellij and it's not giving me any erreur , the image is in the src folder so am a supposed to change the location of the picture or something else ?

    • @multikillbossgames
      @multikillbossgames 7 років тому +1

      sorry sorry i forgot to change showConfirm() to just show();

  • @jameldj7790
    @jameldj7790 6 років тому

    this is so helpful thank you

  • @msrnayyek6385
    @msrnayyek6385 7 років тому +1

    it tells me it works with java 8 update 40 at least, but i have java 9 update 121 , and it still telling me this problem
    ... what should i doo please
    and thank you =D

    • @mertserimer6928
      @mertserimer6928 6 років тому

      You need to download ControlsFx 9.0.0 version

  • @ismailbenlaredj
    @ismailbenlaredj 6 років тому

    YOU'RE THE BEST THANK YOU

  • @somaisouheil4472
    @somaisouheil4472 7 років тому +2

    where do i get the code source please

    • @GenuineCoder
      @GenuineCoder  7 років тому +1

      Hi,
      Since the program has only a couple of lines, I haven't saved it. You might want to download controlsfx from fxexperience.com/controlsfx/ and try it yourself.
      Have a nice day.

  • @honoremugisa1890
    @honoremugisa1890 6 років тому

    Le super programmeur Mutumbi qui a en faite trouvé une solution requise pour les orphelins ;
    Il a enfaite creé un super logicie pour la gestion des orphelins de Goma !!!

    • @honoremugisa1890
      @honoremugisa1890 6 років тому

      Oui en faite cet un type de la modernisation il a en faite trouve une solution pour l'orphelinat FLAME D'AMOUR de Goma ,IL se debruit mieux dans la conception de logiciel automatisé

  • @abdonajjar2981
    @abdonajjar2981 5 років тому

    ty

  • @AkouriAmmar
    @AkouriAmmar 7 років тому

    Thank you

  • @erfelipe
    @erfelipe 7 років тому

    Thanks

  • @mohamedraguig4452
    @mohamedraguig4452 8 років тому

    hey can i make a push notification using swing ?

    • @GenuineCoder
      @GenuineCoder  8 років тому

      Hi,
      You can use this library with your swing application. You can integrate Swing and JavaFX into same application.

    • @mohamedraguig4452
      @mohamedraguig4452 8 років тому

      hey, i tried to use this library but it needs some JavaFX packages like JavaFx.util.Duration and i didn't know how can i solve the problem knowing that i'm using a swing application

  • @sano_D
    @sano_D 4 роки тому

    Greate

  • @FlavioNicolasRossi
    @FlavioNicolasRossi 8 років тому

    You know how to push notifications on Android?

    • @FlavioNicolasRossi
      @FlavioNicolasRossi 8 років тому

      with javafx

    • @GenuineCoder
      @GenuineCoder  8 років тому

      Hi,
      I dont know about Push Notifications in android. But it is easy to make notifications like this using NotificationManager.