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.
我需要编写必须绘制图形的程序..我使用带有swing的java(如果您认为swing不是很好的选择,请提供其他工具)..我的老师说我必须在方格边上绘制图形而我没有'不知道在这种情况下有什么用..如果有人这样做,请帮助我..如何制作这个方格边距(我的老师对我说这个方格边距必须是可扩展的)
更新
哦,我忘了说我自己画图(设置2个点,然后我的函数必须在这些点之间画线)
作为参考,MyPanel在其背景中绘制一个灰色的棋盘;SineTest显示如何使用笛卡尔坐标进行绘图。
MyPanel
SineTest