Most IDE should have a way to commit to, push to, and pull from GitHub repositories. This is a tutorial of how to commit and push from Eclipse to GitHub. Step 1: Create a GitHub account if you haven’t already. Since I already have a GitHub account, I can click on the “New” green iconContinue reading “Blog #3: Eclipse & Git, Commit & Push”
Category Archives: Uncategorized
Blog #2: AWT Accumulator
In Java, programmers can use Abstract Window Toolkit (AWT) as application program interfaces (APIs). I can create visible objects inside the graphical user interface ( GUI ), such as JButton, JTextField, and JPanel. In order to create a GUI, I have to implement the right packages: javax.swing.*: Allows us to gain access to components likeContinue reading “Blog #2: AWT Accumulator”
Blog #1: 2 Players Soccer
In a real soccer game, there are 11 players on each team. In this simpler version of the program, I created a soccer game using console to determine where the players and the ball currently are. There is no GUI for this package. The purpose of this program is to show how to manipulate multipleContinue reading “Blog #1: 2 Players Soccer”
Introduction
Hello world, this is my technical blogs. I don’t have much to say for an introduction, the following are my contact information. Contact me at my E-mail. GitHub: https://github.com/swiftandquick Youtube: https://www.youtube.com/channel/UCuAHnkh_sB4sANsWtXmLpRQ/featured E-mail: chenyMA16@gmail.com My technical blogs will be about all things related to Computer Science and other skills (i.e., math). Computer Science isn’t just programming,Continue reading “Introduction”