Nowadays I am working on a Java 2D Graphics related application, I faced a problem to invert y-axis for graphics drawing.
Default graphics coordinates as below.
...
Friday, September 20, 2013
Tuesday, April 2, 2013
Tags
Continue Reading
Tuesday, March 19, 2013
Tags
# dom
# java
# sax
Continue Reading
Monday, March 18, 2013
StAX - Streaming API for XML
ADMIN
7:53 PM

StAX stands for Streaming API for XML. It's a streaming Java-based, event-driven, pull-parsing API for reading and writing XML document...
Labels:
eclipse,
GUI,
java,
Java Developer Tools,
WindowBuilder
Thursday, February 21, 2013

What are Protocol Buffer?
https://developers.google.com/protocol-buffers/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: addressbook.proto
package com.example.tutorial;
public final class AddressBookProtos {
private AddressBookProtos() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry...
Labels:
java,
protocol buffers