PAC means "Presentation-Abstraction-Control", and the Controller function and View function resides on the same component, which is called Presentation.
I saw in a book that this is the best choice for design GUI aplications in Java, because the Controller is implemented by the listeners, which are coded as inner classes in the Frame (View).