Posts by CompilaMente • 131 points
3 posts
-
1
votes1
answer1445
viewsA: How to make 3d div responsive with bootstrap? as if you had left the div?
Divide your layout into grid, as the bootstrap documentation suggests. With this in mind, Your menu will be in the 1st row (Row) of the grid, the social networks box together with the login box in…
-
0
votes1
answer201
viewsA: Error accessing dao class by test class
The error occurs because its variable lancamentoDao is null. Your dependency injection engine (from what I understand is peak) is not running in the test, so it does not inject your controller’s…
-
1
votes1
answer660
viewsA: How to optimize the game Battleship in JAVA?
I believe you are researching to have more knowledge about good code practice, object orientation, automated testing and so on. I suggest that you yourself have the critical sense to self-assess…