SO, I've been developing quietly for the past 4-5 months now, and now its finally time to show off

The actual engine that runs on android is written purely in Java, without the use of the NDK (a toolset for running native C++ code on the device)
I guess the most exiting part about my engine are:
-uses multithreading
-uses OpenGL ES
-supports VBO/VertexArray
-completly hardware-independent input system
-component based entitiy system
So this is a screenshot of my engine running the game I'm working on (a yet to be named 2d zelda clone)
The toolset, currently a 2d level editor called "Crafter2D", is also developed in Java (please dont flame me for that, I simply love swing).
The editor is based around plugins, so I can easily write a new plugin for a new game.
It is still a heavy work in progress + the icons look ugly as fuck, but anyway, here are pics:

Currently I'm working on a way to press compile inside my editor and it automatically compiles the map and runs it on the android-device attached (or on the android-emulator).
Any thoughts or criticism would be appreciated!