Skip to content

Instantly share code, notes, and snippets.

@chalos
Last active January 12, 2017 14:54
Show Gist options
  • Save chalos/8fb8b981c521cedc9463c12da03b0492 to your computer and use it in GitHub Desktop.
Save chalos/8fb8b981c521cedc9463c12da03b0492 to your computer and use it in GitHub Desktop.
Accessing package and protected class members
package java.awt;
public class BorderLayout {
...
Component north;
Component south;
Component west;
Component east;
Component center;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment