In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-10 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
This article mainly explains "how to realize the billiard game with java". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "how to realize the billiard game with java".
Thinking
1 window loading creates a window 2 to display pictures in the window, in order (desktop, ball) otherwise it will be overwritten. 3. Change the XBI y of the ball and refresh the window
Ecipse
1. New folder established at the same level of src
New- > folder---- > image (filename) the picture is directly cpoy from the outside and copied on the filename
two。 The following direct complete code comments are all in it
Package day01;import java.awt.*; / / Guide package import javax.swing.*;// guide package public class BallGame extends JFrame {/ * inherits JFrame*/ Image ball=Toolkit.getDefaultToolkit (). GetImage ("image/ball.png"); Image desk=Toolkit.getDefaultToolkit (). GetImage ("image/desk.jpg"); double x windows 100; double yballs 100; boolean right=true; / / methods for drawing desktop windows public void paint (Graphics g) {/ / System.out.println ("once"); g.drawImage (desk, 0,0, null) G.drawImage (ball, (int) x, (int) y, null); / / right x diameter 1; if (right) x diameter 10; else x color 10; if (x > 856-40-30) / / seat frame and ball diameter right=false; if (x500-40-30) | | y
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.