The payloads dialog that appears when a user selects to add a payload.
471472473474475476477478
// Find the location of where the text has been selected final int sPoint = requestPane.getSelectionStart(); final int fPoint = requestPane.getSelectionEnd(); new PayloadsDialog(this, sPoint, fPoint); }