使用Graphics2D,我想在圖像中顯示文本,但我希望它顯示在一行中。這意味着如果文字比圖片長,尺寸會縮小(改編) 我該怎麼辦? 到目前爲止,這是我所做的,但我確定它確實很糟糕。 int fontSize = 66;
FontRenderContext frc = new FontRenderContext(null, true, true);
element = null;
do {
我碰到了一面牆(在我的大腦中)試圖更新我的按鈕按下板。我是否認爲GameBoard類是需要重繪()的類? GameBoard.java public class GameBoard extends Panel {
static Compass compass = new Compass();
private static final long serialVersionUID = 1;
G
如下面的代碼所示,我從數據庫中獲取了線條的x和y值。然後將它們存儲在一個數組x中。之後,我試圖在框架上繪製這條線,但它沒有被繪製。我如何在框架上畫線? public class TestFrame{
static JFrame test;
public static void main(String ar[]){
test=new JFrame("Test");