单项选择题
A.translate(double a,double b)B.scale(double a,double b)C.rotate(double number,double x,double y)D.以上都不可以
()布局方式将容器分为5部分,分别是:东、西、南、北和中央。A.FlowLayoutB.BorderLayou...
单项选择题()布局方式将容器分为5部分,分别是:东、西、南、北和中央。
A.FlowLayoutB.BorderLayoutC.CardLayoutD.GridLayout
()编程可以使程序具有两个或两个以上的并发执行任务,就像日常工作中由多人同时合作完成一项任务。A.多作业B.多...
单项选择题()编程可以使程序具有两个或两个以上的并发执行任务,就像日常工作中由多人同时合作完成一项任务。
A.多作业B.多线程C.多进程D.多程序
在Java中,可以使用()方法绘制一条直线。A.drawRect(int x,int y,int width,...
单项选择题在Java中,可以使用()方法绘制一条直线。
A.drawRect(int x,int y,int width,int height)B.drawOval(int x,int y,int width,int height)C.drawLine(int x1,int y1,int x2,int y2)D.以上都不是