I don’t like JFrame, and BufferStrategy. Sure it render really fast. But I’m so annoyed that 0,0 isn’t the top left of the screen since the decorations is taking that spot, and that BufferStrategy is always the same size as the window. I want to make a game with resolution options, and I feel JFrame and BufferStrategy prevents me from doing that. So is it any alternative, or a way to make them behave like I want?