How to Print Report with QR Code using IReport with Java Swing

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • Print Report with QR Code
    This video I will show how to print report with qr code generated by using ireport with java swing.
    So in the tutorial am using zxing library to generate the QR code image for link please check below
    Related Video :
    ► Custom JSpinner Table Cell : • How to Custom JSpinner...
    ► FlatLaf Tutorial : • FlatLaf Tutorial
    More Tutorial :
    ► FlatLaf Dashboard : • Create Dashboard with ...
    ► GlassPane Popup Sample : • Java Swing - Glasspane...
    ► Animation Tutorial : • java animation tutorial
    ► Floating Action Button : • Floating Action Button...
    ► Custom JTable Cell : • JTable Custom Cell But...
    ► Fancy Border Radius : • Fancy Border Radius an...
    🙏🙏🙏 Support me by subscribe 🙏🙏🙏
    ► Subscribe now : www.youtube.co...
    ► Any question comment below
    ► zxing : github.com/zxi...
    ► Source code : github.com/DJ-...
    ► For support me join now
    / @laingraven

Komentáře • 31

  • @animeflix7657
    @animeflix7657 Před 11 měsíci +1

    Always get to learn more and more from you videos, love you broo 💝

  • @Kim-kr6of
    @Kim-kr6of Před rokem +1

    I love your videos, I really learn a lot, TY.
    Could you maybe show how you would make/draw a floorplan (especially rooms that are not square, could be formed like a L) in JAVA, where you are able to interact with it.
    For example make objects moveable (fire extinguisher), right click in a room and see a menu for example, what is the name of the room, who owns it etc.
    I have searched everywhere for something to make floorplans like I commenting, but no one seems to be mean it is doable in java.
    Thanks in advance and again, thank you for a lot of good videos.

  • @rul1175
    @rul1175 Před 8 měsíci +1

    Awesome! video just way too fast. I'm not new to java but new with ireport. Thank you again.

  • @howtoos2450
    @howtoos2450 Před rokem +1

    I like your videos. Can you make a video on creating a timeline in Java swing

  • @adarmawan117
    @adarmawan117 Před rokem +1

    Love your videos. 🔥❤🔥

  • @bloeffmaximus6937
    @bloeffmaximus6937 Před 5 měsíci

    Nice vid again bro, could u make one where we can put small images of a jpg in a jtable and if the user clicks on it it appears bigger?

  • @mahelakarunatilake3268

    Awesome ! how to find the libraries ?

    • @LaingRaven
      @LaingRaven  Před dnem

      Library and source code put in description this video. or get from this: github.com/DJ-Raven/java-ireport-tutorial/tree/main/lib

  • @ohm-pawat
    @ohm-pawat Před rokem +2

    Awesome....

  • @user-sx1lp1ff3t
    @user-sx1lp1ff3t Před rokem

    👍👍👍
    Ra ven to use ireport like in the video you are using what version of jdk and netbeans

  • @leandrocruz6621
    @leandrocruz6621 Před rokem +1

    Amazing tks

  • @thietsniper3699
    @thietsniper3699 Před rokem +1

    nice

  • @tatatata1993
    @tatatata1993 Před rokem

    can you do update the print table it doesn't work anymore

  • @scabbardgaming9456
    @scabbardgaming9456 Před rokem

    why there's a big space in generated report? I mean the bottom margin. how to fix it to small size. (without scroll).

    • @LaingRaven
      @LaingRaven  Před rokem +2

      Because I set the report height to A4 size, So to fix this you can ignore pagination by using two way.
      1. in java code add this :
      para.put(JRParameter.IS_IGNORE_PAGINATION, true);
      or go to ireport design select on your report in report inspector then go properties and check ignore pagination to true

    • @scabbardgaming9456
      @scabbardgaming9456 Před rokem

      @@LaingRaven wow, thank you so much Raven!

  • @tatatata1993
    @tatatata1993 Před rokem

    thanks bro

  • @M-UmarDraz
    @M-UmarDraz Před rokem +1

  • @ernestrhushenge8982
    @ernestrhushenge8982 Před rokem +1

    😍

  • @tatatata1993
    @tatatata1993 Před rokem

    can it do with subjtable? bro

  • @saam-khatri
    @saam-khatri Před rokem

    Hey can you make this in javafx