在大家的心目中,觉得程序员一点也不会制造浪费的人,其实不然,有些程序员还会用java写表白代码,制造浪费气息呢!那给人表白怎么写java代码?下面来我们就来给大家讲解一下。
1.爱心代码
代码展示:
import javax.swing.*; import java.awt.*; public class heart extends JFrame { private static final long serialVersionUID = -1284128891908775645 L; // 定义加载窗口大小 public static final int GAME_WIDTH = 500; public static final int GAME_HEIGHT = 500; // 获取屏幕窗口大小 public static final int WIDTH = Toolkit.getDefaultToolkit().getScreenSize().width; public static final int HEIGHT = Toolkit.getDefaultToolkit() .getScreenSize() .height; public heart() { // 设置窗口标题 this.setTitle("心形曲线"); // 设置窗口初始位置 this.setLocation((WIDTH - GAME_WIDTH) / 2, (HEIGHT - GAME_HEIGHT) / 2); // 设置窗口大小 this.setSize(GAME_WIDTH, GAME_HEIGHT); // 设置背景色 this.setBackground(Color.BLACK); // 设置窗口关闭方式 this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); // 设置窗口显示 this.setVisible(true); } @Override public void paint(Graphics g) { double x, y, r; Image OffScreen = createImage(GAME_WIDTH, GAME_HEIGHT); Graphics drawOffScreen = OffScreen.getGraphics(); for (int i = 0; i < 90; i++) { for (int j = 0; j < 90; j++) { r = Math.PI / 45 * i * (1 - Math.sin(Math.PI / 45 * j)) * 18; x = r * Math.cos(Math.PI / 45 * j) * Math.sin(Math.PI / 45 * i) + GAME_WIDTH / 2; y = -r * Math.sin(Math.PI / 45 * j) + GAME_HEIGHT / 4; //设置画笔颜色 drawOffScreen.setColor(Color.PINK); // 绘制椭圆 drawOffScreen.fillOval((int) x, (int) y, 2, 2); } // 生成图片 g.drawImage(OffScreen, 0, 0, this); } } public static void main(String[] args) { heart demo = new heart(); demo.setVisible(true); } }
下面是展示效果
2.山无陵, 江水为竭, 冬雷震震, 夏雨雪, 天地合, 乃敢与君绝!
<strong>if(mountain.arris==None): if(river.water==None): if(winter.thunder==True): if(summer.snow==True): if(sky.height==ground.height): i.withyou=False else: i.withyou=True </strong>
3.爱你到天荒地老
<strong>while(!world.destroy){ System.out.println("i love you"); } </strong>
4.两隔的世界;无名的信件; 短暂的停留; 长久的记忆;说这么多;只是想说:我想你了。
<strong>#include <stdio.h> int main() { double world; unsigned letter; short stay; long memories; printf("I miss you.\n"); return 0; }</strong>
5.春风十里不如你
<strong>var you = function from_future_import(){}; var spring = { 'breezing':true, 'length':10 }; var i = []; i.sort([spring,you])==[you,spring]</strong>
6.我的世界只有太阳、月亮和你
<strong>/** * I love three things in this world.Sun, moon and you. Sun for morning, moon for night, and you forever. */ class LoveThreeThings extends Me { const loveFirstThings = 'Sun'; const loveSecondThings = 'Moon'; const loveThirdThings = 'You'; public function MyLove() { return 'I Love' . self::loveThirdThings . 'forever. Never change!'; } }</strong>
7.一生只够爱一人
<strong>while('ILoveyou'): for IBeWithYou in range(0,50*365): time.sleep(60*60*24) //程序能一直执行,执行完50年,若我们还有50年,余生继续。 //从前的日色变得很慢 //车马邮件都慢 //一生只够爱一人</strong>
这些java表白的语句都是很实用的,在需要的表白的时候,我们就可以选一个最好的用上,肯定能够表白成功!最后大家如果想要了解更多java实例知识,敬请关注奇Q工具网。
推荐阅读: