Always get to learn more and more from you videos, love you broo 💝
@LaingRaven Жыл бұрын
Happy to hear that!
@adarmawan117 Жыл бұрын
Love your videos. 🔥❤🔥
@LaingRaven Жыл бұрын
Thank you 🙌
@howtoos2450 Жыл бұрын
I like your videos. Can you make a video on creating a timeline in Java swing
@Kim-kr6of Жыл бұрын
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 Жыл бұрын
Awesome! video just way too fast. I'm not new to java but new with ireport. Thank you again.
@darshdj16984 ай бұрын
is this support in jdk 21?
@kasthurisuwanda Жыл бұрын
Awesome....
@LaingRaven Жыл бұрын
Thank you
@mahela_lk4 ай бұрын
Awesome ! how to find the libraries ?
@LaingRaven4 ай бұрын
Library and source code put in description this video. or get from this: github.com/DJ-Raven/java-ireport-tutorial/tree/main/lib
@MondayisName Жыл бұрын
👍👍👍 Ra ven to use ireport like in the video you are using what version of jdk and netbeans
@leandrocruz6621 Жыл бұрын
Amazing tks
@LaingRaven Жыл бұрын
Thank you
@M-UmarDraz Жыл бұрын
❤
@bloeffmaximus693710 ай бұрын
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 Жыл бұрын
can you do update the print table it doesn't work anymore
@ernestrhushenge8982 Жыл бұрын
😍
@thietsniper3699 Жыл бұрын
nice
@LaingRaven Жыл бұрын
Thanks
@tatatata1993 Жыл бұрын
can it do with subjtable? bro
@LaingRaven Жыл бұрын
Yes it can, wait for next video
@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 Жыл бұрын
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