Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人知道JLabel在 libgdx中绘制 a 的简单方法Pixmap,而不是使用BufferedImage.
JLabel
Pixmap
BufferedImage
看到libgdx在一些工具中使用了JLabel,但是没有看到任何画图的程序,所以在继续找之前就采取了偷懒问的方式。:)
您可以渲染到 BufferedImage,然后将字节复制到可用于创建 Pixmap 的缓冲区中。见这里。不过,这不会很快,并且只能在桌面上运行。
我试图在表格中的一个元素中包含一个链接。
当我在没有它的情况下进行链接时,它可以正常工作,但是当我想将它作为表格的一部分包含时,它就不起作用了。
这行代码有效:
for(int i=0;i<tableWeb.size()