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

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 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 11 месяцев назад +1

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

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

      is this support in jdk 21?

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

    Awesome....

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

    Amazing tks

  • @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

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

    Awesome ! how to find the libraries ?

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

      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

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

    thanks bro

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

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

  • @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 9 месяцев назад

    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

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

    😍

  • @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