JAVA程序代码效果图 java程序代码大全

用JAVA编写一个高中程序框图的代码import java.util.Scanner;
public class BaiduDemo01 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.print("请输入一个数:");
double t = sc.nextDouble();
double s = 1;
int n = 0;
double m = 0.5;
do {
s = s - m;
m = m / 2;
n = n1;
} while(st);
System.out.println("此时nJAVA程序代码效果图的值为:"n);
}
}
程序太简单JAVA程序代码效果图了JAVA程序代码效果图,不多赘述了JAVA程序代码效果图,直接上代码 。
请输入一个数:0.1
此时n的值为:4
一个JAVA程序 , 画一个三叶玫瑰线,再添加按钮来打开颜色选择器,自己写的代码无法成功实现,求大神帮忙 。JAVA程序代码效果图你的三叶玫瑰线程序我帮你改完了JAVA程序代码效果图,你看看吧 。
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.ArrayList;
import java.util.List;
public class GraExp4 extends JFrame{
Container J;
JButton btn=new JButton("选择颜色");
Color color=new Color(200,200,200);
JPanel jp=new JPanel();
MyJPanel mjp=new MyJPanel();
public GraExp4()
{
super("三叶玫瑰线");
J=getContentPane();
jp.setBackground(Color.WHITE);
jp.add(btn);
J.add(jp,BorderLayout.NORTH);
J.add(mjp,BorderLayout.CENTER);
btn.addActionListener(new ActionListener(){
public void actionPerformed(ActionEvent e)
{
color=JColorChooser.showDialog(null,"请选择你喜欢的颜色",color);
if (color==null) color=Color.lightGray;
mjp.setForeground(color);
mjp.repaint();
}
});
setSize(450, 550);//设置窗口大小
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);//设置一个默认的关闭操作,点击按钮时,退出程序 。
setLocationRelativeTo(null);
setVisible(true);
}
public static void main(String[] args)
{
GraExp4 ge=new GraExp4();
}
class MyJPanel extends JPanel implements ComponentListener{
int roses=3;
MyJPanel(){
this.setBackground(Color.WHITE);
}
@Override
public void paint(Graphics g){
super.paint(g);
int x0, y0;
x0 = this.getWidth() / 2;
y0 = this.getHeight() / 2;
g.setColor(Color.RED);
g.drawLine(x0, 0, x0, y0 * 2);
g.drawLine(0, y0, x0 * 2, y0);
ListInteger listx=new ArrayListInteger();
ListInteger listy=new ArrayListInteger();
g.setColor(color);
for(int j=0;j200;j =20)
for (int i = 0; i1024; i) {
double angle = i * Math.PI / 512;
double radius = j*Math.sin(roses * angle);
int x = (int) Math.round(radius * Math.cos(angle));
int y = (int) Math.round(radius * Math.sin(angle));
listx.add(x0 x);
listy.add(y0 y);
}
for (int i = 0; ilistx.size()-1; i) {
g.drawLine(listx.get(i),listy.get(i), listx.get(i 1), listy.get(i 1));
}
}
@Override
public void componentHidden(ComponentEvent arg0) {}
@Override
public void componentMoved(ComponentEvent arg0) {}
@Override
public void componentResized(ComponentEvent arg0) {
repaint();
}
@Override
public void componentShown(ComponentEvent arg0) {}
}
}
运行结果:
求一个网格3*3的java程序代码效果图
参考代码
import java.awt.*;
import javax.swing.*;
public class GridFrame extends JFrame {
// 指定横向格子数量
static final int W_NUM = 3;
// 指定竖向格子数量
static final int H_NUM = 3;
// 指定每个格子的宽
static final int CELL_WIDTH = 50;
// 指定每个格子的高
static final int CELL_HEIGHT = 50;
CellPanel cp;
public GridFrame() {
cp = new CellPanel();
this.add(cp);
this.setBounds(350, 100, W_NUM * CELL_WIDTH 15 , H_NUM * CELL_HEIGHT
40);
this.setDefaultCloseOperation(EXIT_ON_CLOSE);
this.setTitle("网格窗口");
this.setVisible(true);
}
public static void main(String[] args) {
new GridFrame();
}
class CellPanel extends JPanel {
@Override
public void paint(Graphics g) {
super.paint(g);
for (int i = 0; iH_NUM; i) {
for (int j = 0; jW_NUM; j) {
g.setColor(new Color((int) (Math.random() * 256),
(int) (Math.random() * 256),
(int) (Math.random() * 256)));
g.fill3DRect(j * CELL_WIDTH, i * CELL_HEIGHT, CELL_WIDTH,
CELL_HEIGHT, true);
}
}
}
}
}
JAVA高手帮忙看看这个程序哪里出了问题~~代码如下,还有图片是出错的提示~for(i=0;i4;j)//这里应该是iJAVA程序代码效果图的吧JAVA程序代码效果图?
{
for(j=0;j5;i)//这里应该是jJAVA程序代码效果图的吧?
{
seasonSum[i] =sales[j][i];
}
System.out.println("所有部门" "季度" (i 1) "JAVA程序代码效果图的总和是:" seasonSum[i]);
}
改成:
for(i=0;i4;i)
{
for(j=0;j5;j)
{
seasonSum[i] =sales[j][i];
}
System.out.println("所有部门" "季度" (i 1) "的总和是:" seasonSum[i]);
}
使用记事本编写JAVA程序,并运行输出结果,具体的实现步骤是什么?1、首先在电脑中新建一个记事本,将记事本的后缀改为“.java”,如下图所示 。
2、然后使用记事本的方式打开,输入java程序代码,如下图所示 。
3、接着在键盘上按“win R”快捷键键打开运行,输入“cmd”,如下图所示 。
4、在命令行输入“D:”,按“Enter”键进去D盘,再输入“cd Desktop”进去Desktop文件夹,如下图所示 。
5、最后再输入“javac Test.java”,按“Enter”键编译java程序,如下图所示就完成了 。
【JAVA程序代码效果图 java程序代码大全】JAVA程序代码效果图的介绍就聊到这里吧,感谢你花时间阅读本站内容 , 更多关于java程序代码大全、JAVA程序代码效果图的信息别忘了在本站进行查找喔 。

    推荐阅读