Hi everyone! We will be looking into the basics of web application development as the next learning topic. This post will focus on an introduction, the required programming languages and suggested text editor to develop a web application. What is a web application? Web is commonly known with a name of World Wide Web (WWW)Continue reading “Introduction to Web Applications”
Author Archives: 123codingwithme
GUI coding into Desktop Application
Hi everyone! Happy 2022! Creating GUI applications in Java is good if you enjoy coding and you are familiar with how to run java files by using coding software. If you are writing that application for someone (it could be your customer) or if you want other people to use your application without any softwareContinue reading “GUI coding into Desktop Application”
GUI Simple Calculator
Hi everyone! This is GUI coding to create a simple calculator. It looks like the following! It does simple mathematical calculation for multiplication, division, summation and subtraction. It works for integers and real numbers. The coding of this simple calculator is as follows. Go ahead and try by typing it or copy paste into yourContinue reading “GUI Simple Calculator”
Funs
Concert Band Performance The song that I am sharing with you from my school Fall Music Concert. I am part of the Wind Assemble, a concert band this year, grade 12. After two years of pandemic, we had our first concert on fall 2021. It was an fantastic feeling to be on stage again. IContinue reading “Funs”
GUI Word and Character Counter
We can create many different GUI through coding that can help us in many different ways. This is an interface to count the number of words and characters of any write-up. It has an area to type the text or copy-paste the test with two buttons to run either word or character counting functions. WhenContinue reading “GUI Word and Character Counter”
GUI Examples with Layouts
Hi everyone! I hope you had a chance to start making your GUIs by using the guidance in the previous post. We have seen how to create GUI by using NetBeans functions without writing codes. However, as coders, it is good to know how to create GUIs with codes and understand the functions of swingContinue reading “GUI Examples with Layouts”
Creating a Basic GUI
The following steps will guide you on how to create a simple GUI through designing a layout, buttons, and adding text fields. 1- Create a project to store sources and project files Open NetBeans IDE Go to File > New Project or you can click on New Project icon in the toolbar on the topContinue reading “Creating a Basic GUI”
Java GUI (Graphical User Interface)
So far, we have learned about writing input and getting output via the command lines. Next, we can start looking at the Graphical User Interface (GUI), graphical components (e.g. buttons, list, windows), to interact with easy to use visual presentations for the websites or applications. Java made advancements in 1995 by introducing GUI libraries. InContinue reading “Java GUI (Graphical User Interface)”
Grade Letter Calculator
package lettergradeexample; import java.util.Scanner; public class LetterGradeExample{ }
Geometrical animation with HTML &CSS
I love to learn new things about coding! This is a geometrical animation project that I worked on grade 12 while I was exploring more about HTML & CSS programming. The following coding is for the animation that you see in the video, multiple squares spinning with different time delays and colors. Copy it intoContinue reading “Geometrical animation with HTML &CSS”
