• Blog Homepage
  • Website Homepage

Magic Monk's Blog

Follow Magic Monk's Journey

Magic Monk

IT Education

Construct 2 lesson 3 – Inserting / Editing Layers, Text

By Magic Monk on Thursday, October 17, 2019

In this tutorial we covered: Inserting new layers; Inserting a background; Changing layer names; Locking layers; Referring to layer names in event sheet; Inserting a textbox.

Continue Reading
0
IT Education

Construct 2 lesson 2 – Resizing layout/window, shooting bullets

By Magic Monk on Wednesday, October 16, 2019

In this tutorial we covered: Resizing layout Resizing window Shooting bullets

Continue Reading
0
IT Education

Construct 2 lesson 1 – Making an object move around on the screen, exporting it to the web

By Magic Monk on Tuesday, October 15, 2019

In this tutorial we show you how to make a HTML5 game you can play in your browser using Construct 2, which is a game making program you can use to export what you have made into HTML5. Make sure you check out all the legal stuff to do with using the software (licences) before …

Continue Reading
0
IT Education

Java GUI tutorial 2 – creating components, adding components to panel

By Magic Monk on Monday, October 14, 2019

In this tutorial we start off with explaining a few more methods in the JFrame class. Then we created our own JButton object and added it to the content panel of our JFrame.

Continue Reading
0
IT Education

Java GUI tutorial 1 – Create a window with JFrame, set title

By Magic Monk on Sunday, October 13, 2019

In this tutorial we’re going to learn how to write programs in Java using Eclipse and the GUI (Graphical User Interface) classes that are part of the Java Cass Library. The first class which we’re using to create a window is called JFrame.

Continue Reading
0
IT Education

Java Programming with Eclipse Lesson 10 – arrays

By Magic Monk on Saturday, October 12, 2019

In this lesson you are shown how to create an array to refer to objects of the same class. We then use this array in our greedy pig game.

Continue Reading
0
IT Education

Java Programming with Eclipse Lesson 9 – For loop, rounding in Java

By Magic Monk on Friday, October 11, 2019

In this tutorial we show you how to implement a for loop. We also explain to you why sometimes the numbers are automatically rounded in java and how to prevent it.

Continue Reading
0
IT Education

Java programming with Eclipse lesson 8 – what you should put in main

By Magic Monk on Thursday, October 10, 2019

Currently we have a lot of code in the main method. The only thing you should have in main is to create an object and to run a method with that object. Remember Java is an object oriented programming language.

Continue Reading
0
IT Education

Java Programming with Eclipse lesson 7 – While loop, incrementing a variable

By Magic Monk on Wednesday, October 9, 2019

In this lesson we use a while loop to repeat calling a method until a condition is met. We also show you how to increment the value in a variable as well as how to output to the screen a string and an integer variable.

Continue Reading
0
IT Education

Java Programming with Eclipse lesson 6 – Create your own class and object

By Magic Monk on Tuesday, October 8, 2019

In this lesson we show you how to create your own object by firstly making a new class, then making an object from that class. We then show you how to call a method on that object.

Continue Reading
0

Posts navigation

← Previous 1 … 15 16 17 18 19 … 75 Next →
Theme by Scissor Themes Proudly powered by WordPress