reversing an axis on a joystick

nevermind

Just invert the values… when you go positive then change it to negative: -set.getY();
For when you go negative do: Math.abs(set.getY());