I don't know if i can post this here
But i want some tips to where i can start to make a game with
the Interfaz/Control/Enviroment etc.
i not found guides complete to start in LWJGL. im newbie in java but i know the methods to use
Regards
With LWJGL this is rather complicated. If you have trouble grasping the higher levels of your software perhaps you should rather try to use a high level library like LibGDX instead. LWJGL will give you no help. It just enables you to use the raw C libraries needed for graphics and audio. LibGDX will help you with structure and will make things a lot simpler if you just want functionality.