| javax.swing.JPanel org.apache.tools.ant.module.run.StopBuildingAlert
StopBuildingAlert | final class StopBuildingAlert extends JPanel (Code) | | Displays an alert asking user to pick a running build to stop.
author: Jesse Glick |
selectProcessToKill | public static Thread[] selectProcessToKill(Map<Thread, String> processesWithDisplayNames)(Code) | | Select one or more processes to kill among several choices.
Parameters: processesWithDisplayNames - a list of possible threads to kill, mapped to display names the selection(s) (or empty if cancelled) |
|
|