Generate table images
hey, im trying to create table image of scorecard data, i used jswing to turn my HTML table into an image, but it's kinda slow – takes like 4-6 seconds any ideas on how to speed this up/ alternative method ? Would be a big help!
8 Replies
⌛
This post has been reserved for your question.
Hey @zap! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
an alternative would be not using HTML
you could draw the table with swing "directly"
JTable (Java SE 21 & JDK 21)
declaration: module: java.desktop, package: javax.swing, class: JTable
I think it should be possible to put that in a
BufferedImage
💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.
thanks
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
Post Closed
This post has been closed by <@878169195571978250>.