Centering Panel in Java
问题 For some reason i am having problems centering my panel vertically that is located inside another panel. I do exactly as the examples i studied but still no luck. Down there is my code. Despite using setAlignmentY(0.5f) on my container panel, it still wont center when i resize the window. Also the components inside container panel wont center either, despite setAligenmentX(0.5f). I wonder if there is a solution for this, I pretty much tried everything out there but couldnt find a solution.