Sunday, November 27, 2016

Create Simple Calculator using JAVA GUI

Filled under:

Here I give you a simple program to create Calculator using Java GUI. Please use this website as a reference link if you want to copy and paste this program. If any question, don't be hesitate to leave a comment or contact my email. package week09;import java.awt.BorderLayout;import java.awt.Color;import java.awt.Dimension;import java.awt.FlowLayout;import java.awt.Font;import java.awt.GridLayout;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import...

Posted By Novida10:33 PM

Tuesday, November 15, 2016

How to install Eclipse in Ubuntu

Filled under:

Hallo, guys! it's been long time I didn't update this blog and here I will share you how to install Eclipse using Ubuntu. This is my first experience in using Operating System except Windows. We all know well that to install application in windows is not a big issue, since the user can easily install it by hit 'next' or 'OK' button. Haha. Let's download eclipse installer package in eclipse website. In this case, please use tar.gz eclipse installer file. go to the folder in which the tar.gz file is stored, in this case you have to go to Downloads...

Posted By Novida5:57 PM