<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/orderFrontStandardAboutPanel(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSApplication(im)orderFrontStandardAboutPanel:"
  },
  "title" : "orderFrontStandardAboutPanel(_:)"
}
-->

# orderFrontStandardAboutPanel(_:)

Displays a standard About window.

```
func orderFrontStandardAboutPanel(_ sender: Any?)
```

## Parameters

`sender`

The object that sent the command.

## Discussion

This method calls [`orderFrontStandardAboutPanel(options:)`](/documentation/AppKit/NSApplication/orderFrontStandardAboutPanel(options:)) with a `nil` argument. See [`orderFrontStandardAboutPanel(options:)`](/documentation/AppKit/NSApplication/orderFrontStandardAboutPanel(options:)) for a description of what’s displayed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)