Search results

  1. JGuru

    Java Development Made Easy!!: Step-by-step Guide

    Writing great software is not that difficult!!! If you are a budding programmer then surely programming will look like daunting task!!! Here in this tutorial I'm going to show you how easy it is to write software, once you master the basics. The Basics are as follows: 1. Master Core Java...
  2. JGuru

    Expert Java Programming Part IV

    Expert Java Programming Part 4: In this tutorial we'll write some cool Java games like BreakOut, PackMan, MineSweeper, ripple effect, Tetris, Scrabblet, CDShelf. 1) Write a Find MacOS Finder File browser like Stacked view ? Ans: You can browse among the albums by clicking on...
  3. JGuru

    Foundation of Java Programming

    Foundation of Java Programming This is guide for learning Java programming for budding programmers & those who are beginning Java programming. These are very introductory programs (beginner to intermediate level). In order to become a very good programmer you need to be 1) Very good...
  4. JGuru

    Introduction to Software Enginnering & Development using Java

    Introduction to Software Enginnering & Development using Java To write better software you need to engineer the software components, use the Core Java API well to write a better software. Here are some sample softwares like editor, imageviewer, download manager, calculator, zip archiver...
  5. JGuru

    Expert Java Programming Part III

    Expert Java Programming Part III In this tutorial we will look at writing Java Programs at the expert level!! I got some exciting Java programs to get your Java adrenaline pumped up!! Let's get started!! 1) Write a simple program to show a Collage Demo in Java ? /** *...
  6. JGuru

    Introduction to Android programming

    Introduction to Android programming Lets get started programming in Android!!. I give some android useful examples with complete source code. I'm not a android programmer. But learning android is easy for a Java programmer!! Let's start !! Threads Handler Demo package...
  7. JGuru

    Expert Java Programming - Part 2

    Part II of Expert Java JButton A JButton can show an Image or text or both. Here we display an Image. An array of buttons is shown displaying the images. The method loadImages() loads the images in the 'Images' directory. The method darken and brighten , darken & brighten the Image. We...
  8. JGuru

    Java : Interview Questions & Answers

    Java : Interview Questions & Answers Most of guys dread the Java interview in a company. Here are some of the frequently asked questions to help you prepare for the interview in a better way. Read on and memorize these questions & answers. Also understand the core concepts. You must read...
  9. JGuru

    Object-Oriented Programming in Java

    Object-Oriented Programming in Java Problems with Procedural Langauages OOPS was invented because procedural languages such as C, Pascal, BASIC were found to be inadequate for large and complex programs. One difficulty with this kind of function-based organisation was it focussed on functions...
  10. JGuru

    Expert Java Programming

    Expert Java Programming Learn how to program using the Java language at the next level - expert level. This guide contains plenty of code that showcases how to use Java at the higher level. The following demo shows how to implement a custom button with a custom color. The button pulsates...
  11. JGuru

    Concurrent Programming in Java

    Concurrent Programming in Java Multicore processors are now widespread across server, desktop, and laptop hardware. They are also making their way into smaller devices, such as smartphones and tablets. They open new possibilities for concurrent programming because the threads of a process...
  12. JGuru

    Java2D Graphics Guide

    Java2D Graphics Guide This guide showcases many of the features of Java2D. You can use Java2D to create some spectacular animations & effects. Read on to know more about Java2D. Java 2DTM API Overview The Java 2D™ API enhances the graphics, text, and imaging capabilities of the...
  13. JGuru

    Introduction to Programming in Java

    Introduction to Programming in Java Before you write your first Project in Java, you should know what is programming and how to become a better programmer. You should start with the basics first. Java like C/C++, C# is a programming language used to write software to access databases...
  14. JGuru

    Java Swing : The Ultimate Guide!!

    Java Swing : The Ultimate Guide All the programs are entirely written by me. It's much better than the code found in most of Swing books!! These demos showcase how Swing can be effectively used. JFC is short for Java Foundation Classes, which encompass a group of features for building...
  15. JGuru

    Charting Guide using JFreeChart

    Charting Guide using JFreeChart JFreeChart (JFreeChart) is a free utility to draw various Charts like BarChart , PieChart, AreaCharts, Gantt Chart, Line Chart, Financial Charts, Statistical Charts, Time Series Charts , etc., Here in this tutorial I'm going to show you how to write...
  16. JGuru

    Image Processing in Java

    Image Processing in Java In this tutorial we are going to look at how to load Images, apply filter on them , save them to the disk, print them. The Java 2D™ API supports three imaging models The producer/consumer (push) model provided in previous versions of the JDK software...
  17. JGuru

    Java 8 : A sneek preview!!

    Java 8 is trying to "innovate," . This means stealing a lot of things that have typically been handled by other frameworks and languages, then incorporating them into the language or runtime (aka standardization). Ahead of the next release, the Java community is talking about Project Lambda...
  18. JGuru

    The Ultimate Guide to Java Programming & Reference:

    The Ultimate Guide to Java Programming & Reference Hey Guys in this post, I'm going to give you the list of the best books & resources on the Web to study Java Programming, plus I'm going to give you some programs written by me to help you understand Java programming better. I have more...
  19. JGuru

    Fine-tuning FireFox : Tips, tricks & tweaks!!!

    >>>>>>>>>>>>>><<<<<<<<<<<<<<<<< Fine-tuning FireFox : Tips, tricks & tweaks: >>>>>>>>>>>>>><<<<<<<<<<<<<<<<< Here I'll present the tips, tricks, tweaks for FireFox browser. You can apply these tricks on Firefox running in any platform - Linux, Windows, Mac etc., Type about:config in...
  20. JGuru

    Vista Exploit Surfaces on Russian Hacker Site!!!

    Proof-of-concept exploit code for a privilege escalation vulnerability affecting all versions of Windows—including Vista—has been posted on a Russian hacker forum, forcing Microsoft to activate its emergency response process!!! Mike Reavey, operations manager of the Microsoft Security Response...
Top Bottom