在网格中显示椭圆

在网格中显示椭圆

本文介绍了在网格中显示椭圆的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好。我已经有这个问题很长时间了,这让我感到非常沮丧。 :x


我试图在JPanel上显示42个椭圆形(连接4),但它似乎在面板顶部显示一个巨大的白色框,并且提示os 7椭圆形和JPanel的其余部分为蓝色(背景颜色设置为蓝色)。

我的CircleGrid类:

展开 | 选择 | Wrap | 行号

解决方案



无需感到沮丧;这是唯一的代码;-)从我看到的代码是

根本没有绘图代码所以我不知道问题可能是什么。


亲切的问候,


Jos




哦道歉,我忘记了绘图代码。这是:

展开 | 选择 | Wrap | 行号



Hi guys. I have had this problem for so long now it''s making me feel so depressed. :x

I am trying to display 42 ovals (connect 4) on JPanel but it seems to display a huge white box at the top of the panel and the tips os 7 ovals and the rest of the JPanel is blue (the background colour is set to blue).
My CircleGrid class:

Expand|Select|Wrap|Line Numbers

解决方案

No need to feel depressed; it''s only code ;-) From what I see from that code is
no drawing code at all so I have no idea what the problem might be.

kind regards,

Jos


Oh apologies, I forgot the drawing code. Here it is:

Expand|Select|Wrap|Line Numbers



这篇关于在网格中显示椭圆的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 22:40