Searched refs:subscribedNewsgroups (Results 1 – 1 of 1) sorted by relevance
34 private NewsGroup[] subscribedNewsgroups = null; field in PostNewsgroup304 if( subscribedNewsgroups != null ) in getNewsgroupCombo()309 hostTextField.setText( subscribedNewsgroups[ position ].getHostName() ); in getNewsgroupCombo()310 …TipText( "Newsgroup name: " + subscribedNewsgroups[ position ].getNewsgroupName() + " (Host name:… in getNewsgroupCombo()318 subscribedNewsgroups = newsgroups.getNewsGroups(); in getNewsgroupCombo()323 if( subscribedNewsgroups == null ) in getNewsgroupCombo()333 Vector vector = new Vector( subscribedNewsgroups.length ); in getNewsgroupCombo()334 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()336 vector.add( subscribedNewsgroups[i].getNewsgroupName() ); in getNewsgroupCombo()339 for(int i=0; i < subscribedNewsgroups.length; i++ ) in getNewsgroupCombo()[all …]