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

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025
  • 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

Комментарии • 31

  • @animeflix7657
    @animeflix7657 Год назад +2

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

  • @adarmawan117
    @adarmawan117 Год назад +1

    Love your videos. 🔥❤🔥

  • @rul1175
    @rul1175 Год назад +1

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

    • @darshdj1698
      @darshdj1698 5 месяцев назад

      is this support in jdk 21?

  • @kasthurisuwanda
    @kasthurisuwanda Год назад +2

    Awesome....

  • @Kim-kr6of
    @Kim-kr6of Год назад +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.

  • @howtoos2450
    @howtoos2450 Год назад +1

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

  • @leandrocruz6621
    @leandrocruz6621 Год назад +1

    Amazing tks

  • @mahela_lk
    @mahela_lk 4 месяца назад

    Awesome ! how to find the libraries ?

    • @LaingRaven
      @LaingRaven  4 месяца назад

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

  • @thietsniper3699
    @thietsniper3699 Год назад +1

    nice

  • @MondayisName
    @MondayisName Год назад

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

  • @ernestrhushenge8982
    @ernestrhushenge8982 Год назад +1

    😍

  • @tatatata1993
    @tatatata1993 Год назад

    thanks bro

  • @M-UmarDraz
    @M-UmarDraz Год назад +1

  • @scabbardgaming9456
    @scabbardgaming9456 Год назад

    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  Год назад +3

      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 Год назад

      @@LaingRaven wow, thank you so much Raven!

  • @bloeffmaximus6937
    @bloeffmaximus6937 10 месяцев назад

    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?

  • @tatatata1993
    @tatatata1993 Год назад

    can it do with subjtable? bro

    • @LaingRaven
      @LaingRaven  Год назад

      Yes it can, wait for next video

  • @tatatata1993
    @tatatata1993 Год назад

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

  • @saam-khatri
    @saam-khatri Год назад

    Hey can you make this in javafx